2023 Members
Changes 4
M

Transform

Name Return Type Description Inherited From
M AlmostEqual(Transform) bool Determines whether this transformation and the specified transformation are the same within the tolerance (1.0e-09).
M CreateReflection(Plane) The new transform. Creates a transform that represents a reflection across the given plane.
M CreateRotation(XYZ, Double) The new transform. Creates a transform that represents a rotation about the given axis at (0, 0, 0).
M CreateRotationAtPoint(XYZ, Double, XYZ) The new transform. Creates a transform that represents a rotation about the given axis at the specified point.
M CreateTranslation(XYZ) The new transform. Creates a transform that represents a translation via the specified vector.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject .) APIObject
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M Multiply(Transform) Transform Multiplies this transformation by the specified transformation and returns the result.
M OfPoint(XYZ) The transformed point. Applies the transformation to the point and returns the result.
M OfVector(XYZ) XYZ Applies the transform to the vector
M ScaleBasis(Double) Transform Scales the basis vectors of this transformation and returns the result.
M ScaleBasisAndOrigin(Double) Transform Scales the basis vectors and the origin of this transformation and returns the result.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P Basis XYZ Defines the basis of the old coordinate system in the new coordinate system.
P BasisX XYZ The basis of the X axis of this transformation.
P BasisY XYZ The basis of the Y axis of this transformation.
P BasisZ XYZ The basis of the Z axis of this transformation.
P Determinant double The determinant of this transformation.
P HasReflection bool The boolean value that indicates whether this transformation produces reflection.
P Identity Transform The identity transformation.
P Inverse Transform The inverse transformation of this transformation.
P IsConformal bool The boolean value that indicates whether this transformation is conformal.
P IsIdentity bool The boolean value that indicates whether this transformation is an identity.
P IsReadOnly bool Identifies if the object is read-only or modifiable. (Inherited from APIObject .) APIObject
P IsTranslation bool The boolean value that indicates whether this transformation is a translation.
P Origin XYZ Defines the origin of the old coordinate system in the new coordinate system.
P Scale double The real number that represents the scale of the transformation.