center_from_aedt# property FacePrimitive.center_from_aedt: list[float] | bool# Face center for a planar face in model units. Returns: list or boolCenter position in [x, y, z] coordinates for the planar face, False otherwise. References >>> oEditor.GetFaceCenter Examples >>> from ansys.aedt.core.modeler.cad.elements_3d import FacePrimitive >>> obj = FacePrimitive() >>> obj.center_from_aedt