Program function IF ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Program function IF ?
Hello everyone,
I would like to know if there is a function IF or one who look a like in CREO.
I cant find one on the Forum or on CREO.
An by the way, what is the language in CREO.
I work on creo since a couple of months so i'm not really use to it.
I hope someone will read it .
Thank youu for reading !
Solved! Go to Solution.
- Labels:
-
General
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Creo Parametric's built-in programming support (Relation Pro/Program, Drawing Program, etc.) uses it's own internal language. There is no looping allowed, so no WHILE, GOTO, or anything like that. You can read more about it here:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You will probably get a better answer if you explain what you are trying to do instead of asking for a specific function.
There are multiple areas you can add functions. Pro/Program, relations, repeat region relations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes,
my bad.
I write IF but I mean WHILE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Creo Parametric's built-in programming support (Relation Pro/Program, Drawing Program, etc.) uses it's own internal language. There is no looping allowed, so no WHILE, GOTO, or anything like that. You can read more about it here:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you. I didn't find the page before.
Thanks for helping !