ExtrusionToBrep Method (Boolean) |
Constructs a brep form of the extrusion. The outer profile is always the first face of the brep.
If there are inner profiles, additional brep faces are created for each profile. If the
outer profile is closed, then end caps are added as the last two faces of the brep.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Brep ToBrep(
bool splitKinkyFaces
)
Public Function ToBrep (
splitKinkyFaces As Boolean
) As Brep
Parameters
- splitKinkyFaces
- Type: SystemBoolean
If true and the profiles have kinks, then the faces corresponding to those profiles are split
so they will be G1.
Return Value
Type:
BrepA brep with a similar shape like this extrusion, or null on error.
See Also