Description:

Extrude a face in a Brep.

Syntax:
public Brep CreateExtrusion(
Curve pathCurve,
bool cap
)
Parameters:
  • pathCurve
  • Type: Curve
  • The path to extrude along. Note, the direction of the extrusion will follow the direction of the curve.
  • cap
  • Type: bool
  • If true, the extrusion is capped with a translation of the face being extruded
Returns:
Type: Brep
A Brep on success or None on failure.
Available since:
5.3

/
/
/
CreateExtrusion

CreateExtrusion method

Class:  Rhino.Geometry.BrepFace

Nothing found