2027 Members
Changes 0
M

Transform Methods

Name Return Type Description Inherited From
M AlmostEqual(Transform) Boolean Determines whether this transformation and the specified transformation are the same within the tolerance (1.0e-09).
M CreateReflection(Plane) Transform Creates a transform that represents a reflection across the given plane.
M CreateRotation(XYZ, Double) Transform Creates a transform that represents a rotation about the given axis at (0, 0, 0).
M CreateRotationAtPoint(XYZ, Double, XYZ) Transform Creates a transform that represents a rotation about the given axis at the specified point.
M CreateTranslation(XYZ) 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 the default hash function. (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) XYZ 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