name# property Plane.name: str# Name of the plane 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 Plane >>> obj = Plane() >>> obj.name