M_Rhino_Geometry_Brep_CreateFromTaperedExtrude - mcneel/rhinocommon-api-docs GitHub Wiki
Note: This API is now obsolete.
Extrude a curve to a taper making a brep (potentially more than 1)
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
[ObsoleteAttribute("Use version that takes tolerance as input")]
public static Brep[] CreateFromTaperedExtrude(
Curve curveToExtrude,
double distance,
Vector3d direction,
Point3d basePoint,
double draftAngleRadians,
ExtrudeCornerType cornerType
)
VB
<ObsoleteAttribute("Use version that takes tolerance as input")>
Public Shared Function CreateFromTaperedExtrude (
curveToExtrude As Curve,
distance As Double,
direction As Vector3d,
basePoint As Point3d,
draftAngleRadians As Double,
cornerType As ExtrudeCornerType
) As Brep()
- curveToExtrude
- Type: Rhino.Geometry.Curve
the curve to extrude - distance
- Type: System.Double
the distance to extrude - direction
- Type: Rhino.Geometry.Vector3d
the direction of the extrusion - basePoint
- Type: Rhino.Geometry.Point3d
the basepoint of the extrusion - draftAngleRadians
- Type: System.Double
angle of the extrusion - cornerType
- Type: Rhino.Geometry.ExtrudeCornerType
[Missing documentation for "M:Rhino.Geometry.Brep.CreateFromTaperedExtrude(Rhino.Geometry.Curve,System.Double,Rhino.Geometry.Vector3d,Rhino.Geometry.Point3d,System.Double,Rhino.Geometry.ExtrudeCornerType)"]
Type: Brep[]
array of breps on success
tolerances used are based on the active doc tolerance
Supported in: 5D58w
Obsolete (compiler warning) in 6.0.16224.21491
Brep Class
CreateFromTaperedExtrude Overload
Rhino.Geometry Namespace