CoordinateSystem
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Common.CoordinateSystem#
Bases:
object
CoordinateSystem class
Overview#
Gets or sets the coordinate system type. |
|
Gets or sets the ID of the coordinate system. |
|
Gets or sets the matrix definition of the coordinate system. |
|
Gets or sets the name of the coordinate system. |
|
Gets or sets the origin of the coordinate system. |
|
Gets or sets the X axis of the coordinate system. |
|
Gets or sets the Y axis of the coordinate system. |
|
Gets or sets the Z axis of the coordinate system. |
Property detail#
- property CoordinateSystem.CoordinateSystemType: Ansys.ACT.Interfaces.Analysis.CoordinateSystemTypeEnum | None#
Gets or sets the coordinate system type.
- property CoordinateSystem.Matrix: Iterable[float] | None#
Gets or sets the matrix definition of the coordinate system.
- property CoordinateSystem.Origin: Iterable[float] | None#
Gets or sets the origin of the coordinate system.
- property CoordinateSystem.XAxis: Iterable[float] | None#
Gets or sets the X axis of the coordinate system.