coordinate_system#

property Plane.coordinate_system: str#

Coordinate system of the plane.

Returns:
str

Name of the plane’s coordinate system.

References

>>> oEditor.GetPropertyValue
>>> oEditor.ChangeProperty

Examples

>>> from ansys.aedt.core.modeler.cad.elements_3d import Plane
>>> obj = Plane()
>>> obj.coordinate_system