BrepTryGetExtrusion Method (Extrusion) |
Tests a Brep to see if it is an extrusion within RhinoMath.ZeroTolerance and returns the extrusion.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool TryGetExtrusion(
out Extrusion extrusion
)
Public Function TryGetExtrusion (
<OutAttribute> ByRef extrusion As Extrusion
) As Boolean
Parameters
- extrusion
- Type: Rhino.GeometryExtrusion
On success, the extrusion parameters are filled in.
Return Value
Type:
Booleantrue if the Brep is an extrusion.
See Also