Click or drag to resize

SurfaceTryGetExtrusion Method (Extrusion)

Tests a surface 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 surface is an extrusion.
See Also