Skip to main content

Mechanical scripting interface

CoordinateSystem

Last update: 14.01.2025

class Ansys.ACT.Common.CoordinateSystem

Bases: object

CoordinateSystem class

Overview

Properties

Name Description
CoordinateSystemType Gets or sets the coordinate system type.
Id Gets or sets the ID of the coordinate system.
Matrix Gets or sets the matrix definition of the coordinate system.
Name Gets or sets the name of the coordinate system.
Origin Gets or sets the origin 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.Id : int | None

Gets or sets the ID of the coordinate system.

property CoordinateSystem.Matrix : Iterable[float] | None

Gets or sets the matrix definition of the coordinate system.

property CoordinateSystem.Name : str | None

Gets or sets the name 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.

property CoordinateSystem.YAxis : Iterable[float] | None

Gets or sets the Y axis of the coordinate system.

property CoordinateSystem.ZAxis : Iterable[float] | None

Gets or sets the Z axis of the coordinate system.