create_coordinate_system#

Modeler3DLayout.create_coordinate_system(origin=None, name=None)#

Create a coordinate system.

Parameters:
originlist

List of [x, y] coordinates for the origin of the coordinate system. The default is None, in which case [0, 0] is used.

namestr, optional

Name of the coordinate system. The default is None.

Returns:
ansys.aedt.core.modeler.cad.object_3dlayout.CoordinateSystems3DLayout

Created coordinate system.

References

>>> oEditor.CreateCS