BrepIsExtrusion Method (Double) |
Determines if the Brep is a portion of an extrusion within a given tolerance.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool IsExtrusion(
double tolerance
)
Public Function IsExtrusion (
tolerance As Double
) As Boolean
Parameters
- tolerance
- Type: SystemDouble
tolerance to use when checking.
Return Value
Type:
Booleantrue if the Brep is an extrusion.
See Also