TransformSimilarityType Property |
Gets a value indicating whether or not the Transform maintains similarity.
The easiest way to think of Similarity is that any circle, when transformed,
remains a circle. Whereas a non-similarity Transform deforms circles into ellipses.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic TransformSimilarityType SimilarityType { get; }
Public ReadOnly Property SimilarityType As TransformSimilarityType
Get
Property Value
Type:
TransformSimilarityType
See Also