Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 580 Bytes

File metadata and controls

30 lines (23 loc) · 580 Bytes

CreateSphere

Description

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

Parameters

Name Type Description
center REAL Center point of sphere.
radiusDistance REAL Radius of sphere.

Remarks

[sd 8/18/98]

Version

Availability: from VectorWorks8.0

Category