ICurve.ExtrudeAsBrep (Vector3D, Double, Double) Method

Extrudes this curve along the specified direction with a draft angle.
Function ExtrudeAsBrep( _ 
ByVal amount As Vector3D, _ 
Optional ByVal draftAngleInRadians As Double = 0, _ 
Optional ByVal tolerance As Double = Brep.REBUILD_FACTOR _ 
) As Brep
This language is not supported or no code example is available.
Brep ExtrudeAsBrep( 
Vector3D amount
double draftAngleInRadians = 0, 
double tolerance = Brep.REBUILD_FACTOR 
)
This language is not supported or no code example is available.

Parameters

amount
Vector3D

Extrusion direction and lenght

draftAngleInRadians
double

Signed draft angle in radians

tolerance
double

The regeneration tolerance. Required for non-perpendicular extrusion directions

Return Value

Brep

The resulting Brep object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition