SimpleTransform#

class ansys.mechanical.stubs.v261.Ansys.ACT.Common.SimpleTransform#

Bases: object

Exposes simple getters and setters for rigid body transformations.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

IsOrthonormal

Returns true if the provided axis vectors are all normalized and orthogonal.

TransformationMatrix

TransformationMatrix property.

Translation

The translation of the transformation with respect to the global/world coordinate

XAxis

The X-axis orientation of the transformation with respect to the global/world

YAxis

The Y-axis orientation of the transformation with respect to the global/world

ZAxis

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.

property SimpleTransform.YAxis: Ansys.ACT.Core.Math.Vector3D | None#

The Y-axis orientation of the transformation with respect to the global/world coordinate system.

property SimpleTransform.ZAxis: Ansys.ACT.Core.Math.Vector3D | None#

The X-axis orientation of the transformation with respect to the global/world coordinate system.

Method detail#

SimpleTransform.Equals(obj: Any) bool#

Equals method.

SimpleTransform.GetHashCode() int#

GetHashCode method.

SimpleTransform.GetType() type#

GetType method.

SimpleTransform.ToString() str#

ToString method.