SimpleTransform#
- class ansys.mechanical.stubs.v251.Ansys.ACT.Common.SimpleTransform#
 Bases:
objectExposes 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.