Return to Statement


Circle, Height, Vertex Half-angle Example 1

Creating a cone by defining an existing circle as its base, defining a height (1), and an angle equal to half of the enclosed vertex angle. A positional modifier (ZLARGE) is used to define the direction of the vertex from the plane containing the circle.

$$
$$ Declarations
$$
ENTITY/CR1,CN1
$$
$$ Circle Definition
$$
CR1=CIRCLE/0,0,.5,1
$$
$$ Cone Definition
$$
CN1=CONE/CR1,ZLARGE,1,ANGLE,30


Cone Generated from an Arc, Using a Positional Modifier