Transform Class |
Namespace: Aspose.ThreeD
The Transform type exposes the following members.
Name | Description | |
---|---|---|
![]() | EulerAngles |
Gets or sets the rotation represented in euler angles, measured in degree
|
![]() | GeometricRotation |
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.
|
![]() | GeometricScaling |
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.
|
![]() | GeometricTranslation |
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.
|
![]() | Name |
Gets or sets the name.
(Inherited from A3DObject.) |
![]() | PostRotation |
Gets or sets the post-rotation represented in degree
|
![]() | PreRotation |
Gets or sets the pre-rotation represented in degree
|
![]() | Properties |
Gets the collection of all properties.
(Inherited from A3DObject.) |
![]() | Rotation |
Gets or sets the rotation represented in quaternion.
|
![]() | Scale |
Gets or sets the scale
|
![]() | TransformMatrix |
Gets or sets the transform matrix.
|
![]() | Translation |
Gets or sets the translation
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FindProperty |
Finds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)
(Inherited from A3DObject.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetProperty |
Get the value of specified property
(Inherited from A3DObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveProperty(String) |
Remove the specified property identified by name
(Inherited from A3DObject.) |
![]() | RemoveProperty(Property) |
Removes a dynamic property.
(Inherited from A3DObject.) |
![]() | SetProperty |
Sets the value of specified property
(Inherited from A3DObject.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | name |
The name of the current object.
(Inherited from A3DObject.) |
![]() | properties |
The properties of the current object.
(Inherited from A3DObject.) |