Skip to content

Hide Planes And Axis Systems

KaiUR edited this page May 21, 2026 · 5 revisions

Hide Planes And Axis Systems

File: Any_Document_Scripts/Hide_Planes_And_Axis_Systems.py
Version: 1.0
Document Type: Part, Product, or Process


Description

Hides all planes and axis systems in the active CATIA document in one click. Searches across all workbenches including Part Design, Generative Shape Design, FreeStyle, and Functional Molded Part.


Requirements

Requirement Value
Python >= 3.10
pycatia >= 0.8.3
wxPython Not required
Open document Part, Product, or Process

Usage

  1. Open a Part, Product, or Process document in CATIA
  2. Run the script — no user input is required
  3. All planes and axis systems in the document will be set to No Show

Notes

  • The script does not distinguish between individual geometric sets — it hides all planes and axis systems in the entire document
  • The operation cannot be undone with a single Ctrl+Z — it applies a visibility change to every matching element
  • To show them again, use CATIA's Edit → Search to find all planes/axis systems and change their visibility manually

Home


Getting Started


Contributing


Any Document Scripts


Drawing Document Scripts


Part Document Scripts


Shape Generation Scripts


Process Document Scripts


Product Document Scripts


Utility Scripts


Legal

Clone this wiki locally