| |
 | Gut zu wissen: Hilfreiche Tipps und Tricks aus der Praxis prägnant, und auf den Punkt gebracht für PTC CREO |
| |
 | Besichtigung der MAIT.Cloud in Frankfurt | 19.11.2025, eine Veranstaltung am 19.11.2025
|
Autor
|
Thema: [LISP] filter only unique object (661 mal gelesen)
|
shaba Mitglied

 Beiträge: 26 Registriert: 06.11.2008
|
erstellt am: 19. Nov. 2010 16:36 <-- editieren / zitieren --> Unities abgeben:         
Sorry for english, but i don't understand german i need a filter to show in the tree only unique part, not shared part I think a function that the first time find a share obj return "1" and return "2" on the other For example: Part.1 Part.2 Part.3 Part.4 (All shared obj together, the same part shared 3 times) Part.1 => "1" Part.2 => "2" Part.3 => "2" Part.4 => "2" So i can filter I hope i'm a bit clear Tnx for help Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
Walter Geppert Moderator Frank und Frei
     

 Beiträge: 2166 Registriert: 12.12.2000 Konstruktion von Sondermaschinen, Montageautomaten, Meß- und Prüfeinrichtungen, Vorrichtungen und Produktentwicklung mit Creo Elements/Direct Modeling 20.6, AdvancedDesign, Surfacing, Simulate, SolidPower, ModelManager auf HP ZBook Fury 16 G9, Windows 10 Pro 64
|
erstellt am: 19. Nov. 2010 17:55 <-- editieren / zitieren --> Unities abgeben:          Nur für shaba
Have a look at the Online Help: Zitat: You can change the way items are displayed in the Structure Browser,To change the settings for the Structure Browser, Right-click over an empty (white) area in the Structure Browser. The Pseudo Folders tab includes the following settings: Show shared part pseudo folders <== this is what you are serching for Show other pseudo folders Click the Expand tab and select the items you want The Appear tab includes settings that control how active items are displayed in the Structure Browser. The defaults are green, underlined, and bold. The Drawlist tab includes the following settings: WP Display Mode Partial Visible -> Add Click Close when you are finished. Changes are applied as you change settings.
------------------ meine LISP-Makros sind auf osd.cad.de Disclaimer Grüße aus Wien Walter DC4 Technisches Büro GmbH Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
der_Wolfgang Moderator Tastenhauer
     
 Beiträge: 2296 Registriert: 3.20. ● PE60+80@home ● W10 Pro Build10.0.19045.5737 ● Drafting V17~V20.7@job ● Modeling V17~V20.7@job ● Windchill 12.1.2.6@job ● UWGM Client 13.0.0.1@job ● Taschenrechner ● Stift+Zettel V8.42
|
erstellt am: 19. Nov. 2010 20:55 <-- editieren / zitieren --> Unities abgeben:          Nur für shaba
|
shaba Mitglied

 Beiträge: 26 Registriert: 06.11.2008
|
erstellt am: 20. Nov. 2010 11:31 <-- editieren / zitieren --> Unities abgeben:         
Sorry if i explain the problem not wery well I have this example: "AGGANCIO" is shared 3 times "PIANI_XYZ" is shared 2 times In detail tree become like this: I need to add this column: Add "1" at the first shared obj (blue arrow) The other shared i add "2" (red arrow) So i can applay filter and final result is this: I have i detail tree view only unique obj Whit "shared part pseudo folders" this is not possible  I need a function to create the last column so i can filter it I hope now problem is more clear Thanks
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |