Page 1 of 1

IF-Else Statement for Note in Drawing

Posted: Mon May 29, 2023 6:39 pm
by zwei
Is it possible to have a drawing note driven by an IF-Else condition based on a drawing properties?

Eg:

Code: Select all

IF <Properties A> = "LOREM" THEN
     NOTE-1 = "ABC" 
ELSEIF <Properties A> = "IPSUM" THEN
     NOTE-1 = "DEF"
ELSE
     NOTE-1 = "GHI" 

Something like a drawing program in creo

Re: IF-Else Statement for Note in Drawing

Posted: Tue May 30, 2023 3:32 am
by gupta9665
You can do this via equation in models based on models properties. For drawings, you may need a macro.