How to select geometric entities like datum plane using ProSelect().
‎Nov 09, 2021
08:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Nov 09, 2021
08:05 AM
How to select geometric entities like datum plane using ProSelect().
While using ProSelect() i am unable to select datum plane from creo parametric window.
Help me out if any anyone has solutions to this problem.
Labels:
- Labels:
-
ProToolkit
3 REPLIES 3
‎Nov 10, 2021
02:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Nov 10, 2021
02:39 AM
Hi @AI_10095062
did you specifiy the correct filter option:
status = ProSelect("csys", 1, NULL, NULL, NULL, NULL, &sel, &n_sel);
all possibl option on Creo Parametric Toolkit user guide User guid page 509 - believe 8 version:
‎Nov 10, 2021
02:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Nov 10, 2021
02:44 AM
One more note: filter string for Datum plane - "datum"
‎Nov 11, 2021
04:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Nov 11, 2021
04:55 PM
Because I did answer a post with searching some csys' did mentnioned the wrong filter. Thanks for the clarification.