Demonstrates the creation of two solid cones, one (CONE1) with a positive height value, the other (CONE2) with a negative height value.
$$
$$ Declarations
$$
ENTITY/CONE1,CONE2
$$
$$ Geometry Definition
$$
CONE1=SOLCON/ORIGIN,-1,-1,-1,HEIGHT,.5,DIAMTR,1,.25
CONE2=SOLCON/ORIGIN,1,1,1,HEIGHT,-.5,DIAMTR,1,.25
Solid Cone Creation, Positive vs. Negative Height Values