Skip to content

Brep.CreateFromTaperedExtrude (Curve, Double, Vector3d, Point3d, Double, ExtrudeCornerType)

Public Class

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)

**Since:**5.1

Syntax

[ObsoleteAttribute("Use version that takes tolerance as input")]
public static Brep[] CreateFromTaperedExtrude(
Curve curveToExtrude,
double distance,
Vector3d direction,
Point3d basePoint,
double draftAngleRadians,
ExtrudeCornerType cornerType
)

Parameters

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 base point of the extrusion

draftAngleRadians

Type:System.Double
angle of the extrusion

cornerType

Type: Rhino.Geometry.ExtrudeCornerType

Return Value

Type:. Brep.
array of breps on success

Remarks

tolerances used are based on the active doc tolerance