Transform1D Members

The Transform1D type exposes the following members.

Constructors

  NameDescription
Public methodTransform1D(Double)
Constructs the transformation by specifying the scale only.
Public methodTransform1D(Transform1D)
The copy constructor.
Public methodTransform1D(Double, Double)
Constructs the transformation by specifying the scale and the translation.

Methods

  NameDescription
Public methodAlmostEqual
Determines whether this transformation and the specified transformation are the same within the tolerance (1.0e-09).
Public methodAssign
Assigns values from the input transformation to this transformation.
Public methodDispose
Releases all resources used by the Transform1D
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInverse
Gets the inverse transformation of this transformation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMultiply
Multiplies this transformation by the specified transformation and returns the result.
Public methodOfPoint
Applies the transformation to the 1-dimensional point and returns the result.
Public methodOfVector
Applies the transformation to the 1-dimensional vector (a "tangent vector" on the real line) and returns the result.
Public methodSetToIdentity
Set this TrfUV to the identity transform
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransformParameterDomain
Performs a transform of the parameter range defined by domain, and ensures that the domain is ordered correctly.

Properties

  NameDescription
Public propertyDeterminant
The determinant of this transformation.
Public propertyIsIdentity
The boolean value that indicates whether this transformation is an identity.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyScale
The real number that represents the scale of this transformation.
Public propertyTranslation
The translational part of this transformation.

See Also