The application is a simple part extrusion.
This is basically what I'm after, but don't know how to write the logic without Creo spitting it back.
IF(D367>=9) AND IF(D367<=10)
D367=9.84
ENDIF
IF(D367>=10) AND IF(D367<=11)
D367=10.84
ENDIF
The application is a simple part extrusion.
This is basically what I'm after, but don't know how to write the logic without Creo spitting it back.
IF(D367>=9) AND IF(D367<=10)
D367=9.84
ENDIF
IF(D367>=10) AND IF(D367<=11)
D367=10.84
ENDIF