RhinoCommon API
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
public TransformSimilarityType IsSimilarity( double tolerance )
Public Function IsSimilarity ( tolerance As Double ) As TransformSimilarityType
Parameters
- tolerance
- Type: SystemDouble
The evaluation tolerance.
Return Value
Type: TransformSimilarityTypeThe similarity type.