CoordinateSystem#

class ansys.mechanical.stubs.v242.Ansys.ACT.Common.CoordinateSystem#

Bases: object

CoordinateSystem class

Overview#

CoordinateSystemType

Gets or sets the coordinate system type.

Name

Gets or sets the name of the coordinate system.

Id

Gets or sets the ID of the coordinate system.

Origin

Gets or sets the origin of the coordinate system.

Matrix

Gets or sets the matrix definition of the coordinate system.

XAxis

Gets or sets the X axis of the coordinate system.

YAxis

Gets or sets the Y axis of the coordinate system.

ZAxis

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.Name: System.String | None

Gets or sets the name of the coordinate system.

property CoordinateSystem.Id: System.Int32 | None

Gets or sets the ID of the coordinate system.

property CoordinateSystem.Origin: System.Collections.Generic.IEnumerable[System.Double] | None

Gets or sets the origin of the coordinate system.

property CoordinateSystem.Matrix: System.Collections.Generic.IEnumerable[System.Double] | None

Gets or sets the matrix definition of the coordinate system.

property CoordinateSystem.XAxis: System.Collections.Generic.IEnumerable[System.Double] | None

Gets or sets the X axis of the coordinate system.

property CoordinateSystem.YAxis: System.Collections.Generic.IEnumerable[System.Double] | None

Gets or sets the Y axis of the coordinate system.

property CoordinateSystem.ZAxis: System.Collections.Generic.IEnumerable[System.Double] | None

Gets or sets the Z axis of the coordinate system.