|
|
|
|
|
|
||
APREPRO Syntax |
||
|
Within CUBIT, APREPRO expressions must be written inside of curly braces {}. For example, the following is a valid CUBIT command: Curve 1 Size {sqrt(2.0)}
APREPRO expressions can also exist on separate lines as follows: #{_numSeat=30}
As in the example, separate line expressions must exist within commented lines. There is an exception though - looping expressions must exist on non-commented lines - see Additional Functionality |
||
|
|
||
|
|
||