Transform Class
A transform contains information that allow access to object's translate/scale/rotation or transform matrix at minimum cost This is used by local transform.
Inheritance Hierarchy
SystemObject
  Aspose.ThreeDA3DObject
    Aspose.ThreeDTransform

Namespace: Aspose.ThreeD
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Transform : A3DObject

The Transform type exposes the following members.

Properties
  NameDescription
Public propertyEulerAngles
Gets or sets the rotation represented in euler angles, measured in degree
Public propertyGeometricRotation
Gets or sets the geometric euler rotation(measured in degree). Geometric transformation only affects the entities attached and leave the child nodes unaffected. It will be merged as local transformation when you export the geometric transformation to file types that does not support it.
Public propertyGeometricScaling
Gets or sets the geometric scaling. Geometric transformation only affects the entities attached and leave the child nodes unaffected. It will be merged as local transformation when you export the geometric transformation to file types that does not support it.
Public propertyGeometricTranslation
Gets or sets the geometric translation. Geometric transformation only affects the entities attached and leave the child nodes unaffected. It will be merged as local transformation when you export the geometric transformation to file types that does not support it.
Public propertyName
Gets or sets the name.
(Inherited from A3DObject.)
Public propertyPostRotation
Gets or sets the post-rotation represented in degree
Public propertyPreRotation
Gets or sets the pre-rotation represented in degree
Public propertyProperties
Gets the collection of all properties.
(Inherited from A3DObject.)
Public propertyRotation
Gets or sets the rotation represented in quaternion.
Public propertyScale
Gets or sets the scale
Public propertyTransformMatrix
Gets or sets the transform matrix.
Public propertyTranslation
Gets or sets the translation
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindProperty
Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name)
(Inherited from A3DObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetProperty
Get the value of specified property
(Inherited from A3DObject.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveProperty(String)
Remove the specified property identified by name
(Inherited from A3DObject.)
Public methodRemoveProperty(Property)
Removes a dynamic property.
(Inherited from A3DObject.)
Public methodSetProperty
Sets the value of specified property
(Inherited from A3DObject.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Protected fieldname
The name of the current object.
(Inherited from A3DObject.)
Protected fieldproperties
The properties of the current object.
(Inherited from A3DObject.)
See Also