coordinate_system#

property Point.coordinate_system: str#

Coordinate system of the point.

Returns:
str

Name of the point’s coordinate system.

References

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

Examples

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