change_clip_plane_position#

Modeler3DLayout.change_clip_plane_position(name: str, location: list) bool#

Change the clip plane position.

Parameters:
namestr

Name of the clip plane.

locationlist

List of [x,y,z] coordinates for the new position.

Returns:
bool

True when successful, False when 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"])