Using Feature ID in Relations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Using Feature ID in Relations
Hello,
I want to use features ID's to create a note Parameter in a framework part.
Example:
IF EXISTS('FID_1744')
TESTNOTE = 'TESTING123'
ENDIF
Is there a way to use feature id like this?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
are you asking whether you can use relations to do something depending on whether a particular feature exists?
If so, I think you might have to use Pro/PROGRAM methods.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Syntax looks wrong. Normally you have an embedded parameter in a feature, like if you save a measurement as a feature. So, you need BOTH the parameter (i.e. LENGTH) AND the FID. Also, the ' symbol looks out of place. Maybe for programming you need them, but in relations I've never seen them. I'm not an expert in programming in Creo though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
are you asking whether you can use relations to do something depending on whether a particular feature exists?
If so, I think you might have to use Pro/PROGRAM methods.
