BrepFaceCreateExtrusion Method |
Extrude a face in a Brep.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.3
Syntax 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. Note, the direction of the extrusion will follow the direction of the curve. - 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.
See Also