change_clip_plane_position#
- Modeler3DLayout.change_clip_plane_position(name: str, location: list) bool#
Change the clip plane position.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.ChangeProperty
Examples
>>> from ansys.aedt.core.modeler.modeler_pcb import Modeler3DLayout >>> obj = Modeler3DLayout() >>> obj.change_clip_plane_position(name="MyObject", location=["Box1"])