ICurve.ExtrudeAsBrep (Line, Double) Method

Extrudes this curve along the specified direction.
Function ExtrudeAsBrep( _ 
ByVal line As Line, _ 
Optional ByVal tolerance As Double = Brep.REBUILD_FACTOR _ 
) As Brep
This language is not supported or no code example is available.
Brep ExtrudeAsBrep( 
Line line
double tolerance = Brep.REBUILD_FACTOR 
)
This language is not supported or no code example is available.

Parameters

line
Line

Extrusion direction and length as Line

tolerance
double

The regeneration tolerance

Return Value

Brep

The resulting Brep object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition