Click or drag to resize

AlignerSupportsGeometry Method

Tests whether a piece of geometry can have its vertices aligned.

Meshes, SubDs, point clouds and degree 1 curves are supported.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static bool SupportsGeometry(
	GeometryBase geometry
)

Parameters

geometry
Type: Rhino.GeometryGeometryBase
The geometry to test. Can be null.

Return Value

Type: Boolean
True if AlignVertices(IEnumerableGeometryBase, Double, Boolean, Boolean) accepts this geometry.
See Also