Demonstrates the creation of two solid prisms, one (PRISM1) with a positive height value, the other (PRISM2) with a negative height value.
$$
$$ Declarations
$$
ENTITY/PRISM1,PRISM2
$$
$$ Geometry Definition
$$
PRISM1 = SOLPRI/ORIGIN,-1.5,-1.5,-1.5,HEIGHT,$
1,DIAMTR,.5,SIDE,5
PRISM2 = SOLPRI/ORIGIN,1.5,1.5,1.5,HEIGHT,$
-1,DIAMTR,.5,SIDE,5
HALT
Solid Prism Creation, Positive vs. Negative Height Values