×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

(OP)
How do you hide elements such as planes, points, curves, axis, general axis and constraints of the parent assembly in one go.
Say your parent assy contains 20 sub assemblies and withing them 125 + parts.
If you go to say the part you can go to tool, hide and select all planes, points etc.
Unfortuanatley I need a method to hide all such elements from the parent assembly not the individual parts as there is 125+ parts here.
Unfortunatley the search tool doesn't seem to do the job either as the entities selected will hide the part too ?
Any one have any ideas ?
Cheers
Steve

RE: CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

I have a macro I can mail you that will set all non solid elements to hide.

About the assembly constraints there is a setting in tools options-> general-> parameters and measure-> "Constaint and Dimension" tab, there you will find Constraint Display. Now you can set how you want.

RE: CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

(OP)
Thanks Azrael I would like to try that macro if you could send it, sgeraci@prodrive.com
I have been trying to set groups in the search tool to do it that way but its quite slow.
Cheers
Steve

RE: CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

You can also use the search, CTRL+F, command and select your geometry this way and then hide it. I wouldn't mind trying out that macro myself. If you don't mind. gcp-design@hotmail.com (MSN Messenger)
Gary.

RE: CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

Steveg501 - you can make an advanced search, CNTL f, Advanced tab, Workbench = Generative Shape, Type = Curve, Pick Or, Type = point, Pick Or, Type = Plane.
Now when you hit search the favorite icon becomes active.  Add it to your favorites, I imagine it would be faster to search through a large assembly with the internal search function.

Regards,
Derek

RE: CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

Derek is on the right track.  Addtionally you should check that "Look" is set to "everywhere" and "Visibilty" is set to "Visible"

Another hint is if you save it to your favorites with a simple name you can use the Power Input Field to invoke it.

For example I have a favorite that hides all visible planes and axis systems.  This is called VAP in my favorites list.  In my PIF (Note you need a P2 or P3 configuration for it to show up, not available with a P1) I type in f:VAP and then hit the hide/show icon.

Jim

RE: CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

(OP)
The search tools is only half the job, it still dones not  seem to do what I'm after. I need say a filter so once you have selected every thing you need to turn off, save it in a group or set so when you need it to turn back on again you know where to go.
Most points curves planes etc are required for constraining purposes particularly if some components came from v4. So if you have hidden everything then change something in the assembly you need to go back to turn the hidden elements on again so you have got something to attach your constraints too.
When you have large assemblies this is important.

RE: CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

I can suggest here to hide all your "junk" geometry and move your referenced geometry to a new geometry set in your parts and then hide/un-hide only the geometry sets you need to. To move geometry to a new geometry set, highlight, right-click and go to bottom, change geometrical set, select new, ok.
Hope this helps. This is how I keep track of my geometry.
Mybe someone has a better way I too can learn from.

RE: CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

Gentlemen, I found the it now.

Make a CATvbs/macro and add this:



Sub CATMain()

Set productDocument1 = CATIA.ActiveDocument

Set selection1 = productDocument1.Selection

selection1.Search "(CATPrtSearch.AxisSystem.Visibility=Visible + (CATPrtSearch.Surface.Visibility=Visible + (CATPrtSearch.Wireframe.Visibility=Visible + CATPrtSearch.Sketch.Visibility=Visible))),all"

Set VisPropSet1 = Selection1.VisProperties

VisPropSet1.SetShow catVisPropertyNoShowAttr

End Sub

RE: CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

Hello Azrael
I tried this macro running on my assembly..worked but the one of the main part became invisible can u check ur macros again for me plz..
thanx
***nathalia

RE: CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

Hi,

Why don't you use the search feature? Edit-Search-Advanced....

Choose the workbench-type-attribute (if neccessary).

Search, select, hide...Just an example - for axis - Part design-axis-search-select-hide...

Regards
Fernando

RE: CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

Hi again,


Oops, I just see the whole thread. It was mentioned what I wrote before. For v4 models you can use DMU workbench, Tools, CATIA v4 layer filters.....

Regards
Fernando

RE: CATIA V5 HIDE ELEMENTS SUCH AS PLANES POINTS CURVES OF PARENT ASSY IN

Hi Nathalia

The script turns everything non solid to hide, so what is your main part based on (surface or solids)??

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources