Click or drag to resize

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
Syntax
public bool TryGetExtrusion(
	out Extrusion extrusion
)

Parameters

extrusion
Type: Rhino.GeometryExtrusion
On success, the extrusion parameters are filled in.

Return Value

Type: Boolean
true if the Brep is an extrusion.
See Also