name# property Point.name: str# Name of the point as a string value. Returns: strName of object as a string value. References >>> oEditor.GetPropertyValue >>> oEditor.ChangeProperty Examples >>> from ansys.aedt.core.modeler.cad.elements_3d import Point >>> obj = Point() >>> obj.name