SimpleTransform
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Common.SimpleTransform#
Bases:
object
Exposes simple getters and setters for rigid body transformations.
Overview#
Returns true if the provided axis vectors are all normalized and orthogonal. |
|
TransformationMatrix property. |
|
The translation of the transformation with respect to the global/world coordinate |
|
The X-axis orientation of the transformation with respect to the global/world |
|
The Y-axis orientation of the transformation with respect to the global/world |
|
The X-axis orientation of the transformation with respect to the global/world |
Property detail#
- property SimpleTransform.IsOrthonormal: bool | None#
Returns true if the provided axis vectors are all normalized and orthogonal.
- property SimpleTransform.TransformationMatrix: Ansys.Mechanical.DataModel.Utilities.RigidBodyTransformationMatrix | None#
TransformationMatrix property.
- property SimpleTransform.Translation: Ansys.ACT.Core.Math.Point3D | None#
The translation of the transformation with respect to the global/world coordinate system.
- property SimpleTransform.XAxis: Ansys.ACT.Core.Math.Vector3D | None#
The X-axis orientation of the transformation with respect to the global/world coordinate system.