catia v5, selected geometry by color...
catia v5, selected geometry by color...
(OP)
Hello catia members, I need some help. I want to select specific geometry, example I want to select all yellow wire frame. This is the goal, I want to select all yellow wire frame geometry (that are in the same geometrical set) and then perform a transformation. Note I have other wire frame with color within the yellow wire frame. I have a master section that I am manipulating. I DON'T want to pick say the red, blue, orange, etc. I want to use a selection Box to pick what I want.
Thanks in advance Texaspete
Thanks in advance Texaspete





RE: catia v5, selected geometry by color...
try something like; workbench=PartDesign, Type=Geometric
Set, Attribute=Color=yellow
or you could do a boolean query to search all wireframe AND color = yellow
RE: catia v5, selected geometry by color...
'Generative Shape Design'.Circle.Color='Basic 26'+
'Generative Shape Design'.Line.Color='Basic 26'+
'Generative Shape Design'.Point.Color='Basic 26'
Also in the "Look" feild U can select the "from current selection option"
(Note after setting the above query with the search window active you can select the geometrical set from the tree,once selection is done the current selection option gets activated in the "look" pull down. this option searches only in the selected set and not in the full part which gives what u want.
Hope this help!!!!!!
RE: catia v5, selected geometry by color...
Texaspete
RE: catia v5, selected geometry by color...
Your catia friend Texaspete.
RE: catia v5, selected geometry by color...
Use DMU Navigator (I don't remember exactly but its one of the DMU workbenches) - Tools - Vizualization filter
Regards
Fernando
RE: catia v5, selected geometry by color...
That was wonderful. It works great when data is coming from CATIA V4. I gave all of you a star!!!
Texaspete
RE: catia v5, selected geometry by color...
Regards
Fernando