Click or drag to resize

TransformIsSimilarity Method

Gets a value indicating whether or not the Transform maintains similarity. A similarity transformation can be broken into a sequence of a dilation, translation, rotation, and a reflection.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.12
Syntax
public TransformSimilarityType IsSimilarity(
	double tolerance
)

Parameters

tolerance
Type: SystemDouble
The evaluation tolerance.

Return Value

Type: TransformSimilarityType
The similarity type.
See Also