Return to Statement
Creating a cone by specifying two previously defined circles.
$$$$ Declarations$$ ENTITY/CR1,CR2,CN1$$$$ Geometry Definition$$ CR1=CIRCLE/0,0,1,.5 CR2=CIRCLE/0,0,0,1$$$$ Cone Definition$$ CN1=CONE/CR1,CR2
Cone Bounded by Two Arcs