CoordinateSystem#
- class ansys.aedt.core.modeler.cad.modeler.CoordinateSystem(modeler, props=None, name=None)[source]#
Manages coordinate system data and execution.
- Parameters:
- modeler
Inherited parent object.
- props
dict
,optional
Dictionary of properties. The default is
None
.- name
optional
The default is
None
.
Methods
CoordinateSystem.change_cs_mode
([mode_type])Change the mode of the coordinate system.
CoordinateSystem.create
([origin, ...])Create a coordinate system.
Delete the coordinate system.
CoordinateSystem.rename
(name)Rename the coordinate system.
Set the coordinate system as the working coordinate system.
Update the coordinate system.
Attributes
Available properties.
Coordinate System mode.
Coordinate system origin in model units.
Coordinate System Properties.
Quaternion computed based on specific axis mode.
Reference coordinate system getter and setter.