RhinoCommon API
BrepFaceCreateExtrusion Method |
Extrude a face in a Brep.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Brep CreateExtrusion( Curve pathCurve, bool cap )
Public Function CreateExtrusion ( pathCurve As Curve, cap As Boolean ) As Brep
Parameters
- pathCurve
- Type: Rhino.GeometryCurve
The path to extrude along. - cap
- Type: SystemBoolean
If true, the extrusion is capped with a translation of the face being extruded
Return Value
Type: BrepA Brep on success or null on failure.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14