clip_plane#

Modeler3DLayout.clip_plane() str#

Create a clip plane in the layout.

Note

This method works only in AEDT 2022 R2 and later.

Returns:
str

Name of newly created clip plane.

Examples

>>> from ansys.aedt.core.modeler.modeler_pcb import Modeler3DLayout
>>> obj = Modeler3DLayout()
>>> obj.clip_plane()