Return to Statement


Center Point, Radius Example

Creating a cylinder by specifying an existing center point and a radius. The cylinder is created from the work plane to a parallel plane containing the specified point. The cylinder is positioned by the location (X, Y, Z) of the specified point.

$$
$$ Declarations
$$
ENTITY/PT1,CYL1
$$
$$ Geometry Definition
$$
PT1 =POINT/0,0,1
$$
$$ Cylinder Definition
$$
CYL1=CYLNDR/PT1,RADIUS,1

Cylinder Bounded by the Work Plane and a Parallel Plane through a Point