Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I cannot find a descriptive list with the built in help document for creo relation functions. I would like to see a comprehensive list of all available relation functions. Example, would include the function EXISTS. I know how it works I'm just giving an exmaple so someone out there might be able to search and find a list which contains this function. PTC documentation is less than desireable.
In the help documentation, drill down like this:
Creo Parametric
Fundamentals
Fundamentals
Relations
In this section you will find 90% of what you need to know.
IF
ELSE
ENDIF
CEIL( )
FLOOR ( )
STRING_LENGTH ( )
REL_MODEL_NAME ( )
REL_MODEL_TYPE ( )
EXISTS ( )
IFEXISTS ( ) [only useful in repeat region tables]
EVALGRAPH ( )
ITOS ( ) [there is no equivalent real to string]
EXTRACT ( )
SEARCH ( )
...
The most comprehensive list is in the relations dialog itself. In the help file, they are sprinkled all over the place by operation.
The list of functions is split into those sections:
About Operators Used in Relations
Conditional Statements in Relations
About Functions Used in Relations
Operators and Functions for Strings
Specifying the Number of Decimal Places
Passing Strings as Arguments in Relations ← EXISTS is mentioned here