create_sheet_to_ground#
- Modeler2D.create_sheet_to_ground(assignment: str, ground_name: str = None, orientation: int = 0, sheet_dim: int = 1) int#
Create a sheet between an object and a ground plane.
The ground plane must be bigger than the object and perpendicular to one of the three axes.
- Parameters:
- Returns:
intID of the sheet created.
References
>>> oEditor.CreatePolyline
Examples
>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler >>> obj = GeometryModeler() >>> obj.create_sheet_to_ground(assignment="Box1")