M_Rhino_Geometry_BrepFace_CreateExtrusion - mcneel/rhinocommon-api-docs GitHub Wiki
Extrude a face in a Brep.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Brep CreateExtrusion(
Curve pathCurve,
bool cap
)
VB
Public Function CreateExtrusion (
pathCurve As Curve,
cap As Boolean
) As Brep
- pathCurve
- Type: Rhino.Geometry.Curve
The path to extrude along. - cap
- Type: System.Boolean
If true, the extrusion is capped with a translation of the face being extruded
Type: Brep
A Brep on success or null on failure.
Supported in: 6.0.16224.21491, 5D58w