check_plane#
- Modeler3D.check_plane(assignment: str | int, face_location: list, offset: int = 1) str | None#
Check for the plane that is defined as the face for an object.
- Parameters:
- Returns:
strName of the plane. It can be “XY”, “XZ” or “YZ”.
Examples
>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler >>> obj = GeometryModeler() >>> obj.check_plane(assignment="Box1", face_location=[1])