Click or drag to resize

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
)

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: Brep
A Brep on success or null on failure.
See Also