Share

Transform2D Properties

The Transform2D type exposes the following members.

Properties

 NameDescription
Public propertyBasisU The image of (1, 0) under OfVector(UV).
Public propertyBasisV The image of (0, 1) under OfVector(UV).
Public propertyDeterminant The determinant of this transformation.
Public propertyHasReflection The boolean value that indicates whether this transformation produces reflection (i.e., is orientation-reversing).
Public propertyIsConformal The boolean value that indicates whether this transformation is conformal.
Public propertyIsIdentity The boolean value that indicates whether this transformation is an identity.
Public propertyIsTranslation The boolean value that indicates whether this transformation is a translation.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyOrigin The image of (0, 0) under OfPoint(UV). This defines the translational part of the transform.
Public propertyScale The real number that represents the scale of the conformal transformation.

See Also

Reference

Was this information helpful?