clip#
- part.clip(p0: str) int #
Turns auxiliary clipping on or off for the currently selected part(s).
The global toggle for auxiliary clipping must be on - See view: clipping- Args:
- p0:
‘toggle’
ON
OFF
- Examples:
ensight.view.clipping("ON") ensight.part.select_begin(1) ensight.part.modify_begin() ensight.part.clip("ON") ensight.part.modify_end()
- Returns:
zero on success, non-zero on error