Creates a 3D cone object in a VectorWorks document.
FUNCTION CreateCone(
centerX,centerY,centerZ : REAL;
tipX,tipY,tipZ : REAL;
radiusDistance : REAL): HANDLE;def vs.CreateCone(center, tip, radiusDistance):
return HANDLE| Name | Type | Description |
|---|---|---|
| center | REAL | Center point of cone. |
| tip | REAL | Tip point of cone. |
| radiusDistance | REAL | Radius of cone base. |
[sd 8/18/98]
Availability: from VectorWorks8.0