mirror_original#
- part.mirror_original(p0: str) int #
Turns visibility of the non-mirrored currently selected parts on or off.
This command is normally used to remove the original image of parts which have been mirrored in one or more dimensions- Args:
- p0:
‘toggle’
ON
OFF
- Examples:
ensight.part.select_begin(1) ensight.part.modify_begin() # WARNING: following line includes OBSOLETE call (ensight.part.mirror_z). ensight.part.mirror_z("ON") ensight.part.mirror_original("OFF") ensight.part.modify_end()
- Returns:
zero on success, non-zero on error