CoordinateSystem#

class pyaedt.modeler.cad.Modeler.CoordinateSystem(modeler, props=None, name=None)[source]#

Manages coordinate system data and execution.

Parameters:
modeler

Inherited parent object.

propsdict, optional

Dictionary of properties. The default is None.

nameoptional

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.

CoordinateSystem.delete()

Delete the coordinate system.

CoordinateSystem.rename(name)

Rename the coordinate system.

CoordinateSystem.set_as_working_cs()

Set the coordinate system as the working coordinate system.

CoordinateSystem.update()

Update the coordinate system.

Attributes

CoordinateSystem.available_properties

Available properties.

CoordinateSystem.mode

Coordinate System mode.

CoordinateSystem.origin

Coordinate system origin in model units.

CoordinateSystem.props

Coordinate System Properties.

CoordinateSystem.quaternion

Quaternion computed based on specific axis mode.

CoordinateSystem.ref_cs

Reference coordinate system getter and setter.