engguser
Mechanical
- Apr 17, 2008
- 14
How do I print the value of an entity in grip?
Example
ENTITY/L1
NUMBER/P1(3),P2(3)
DATA/P1,2.0,3.0,0.0
DATA/P2,1.0,1.0,0.0
L1=LINE/P1,P2
HALT
How do I print the value in L1 to the output window?
Example
ENTITY/L1
NUMBER/P1(3),P2(3)
DATA/P1,2.0,3.0,0.0
DATA/P2,1.0,1.0,0.0
L1=LINE/P1,P2
HALT
How do I print the value in L1 to the output window?