Return to Statement


Vertex Point, Vertex Half-angle, Bounding Points Example

Creating a cone by defining a vertex point, an angle which is equal to half of the desired vertex angle, and two bounding points.

$$
$$ Declarations
$$
ENTITY/PT1,PT2,PT3,CN1
$$
$$ Geometry Definition
$$
PT1=POINT/0,2
PT2=POINT/0,1.5
PT3=POINT/0,0
$$
$$ Cone Definition
$$
CN1=CONE/PT1,VECT,0,1,0,ANGLE,30,PT2,PT3

Cone Bounded by Two Planes