Function CreateSphere creates a new sphere object in a VectorWorks document.
FUNCTION CreateSphere(
centerX,centerY,centerZ : REAL;
radiusDistance : REAL): HANDLE;def vs.CreateSphere(center, radiusDistance):
return HANDLE| Name | Type | Description |
|---|---|---|
| center | REAL | Center point of sphere. |
| radiusDistance | REAL | Radius of sphere. |
[sd 8/18/98]
Availability: from VectorWorks8.0