Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 589 Bytes

File metadata and controls

30 lines (23 loc) · 589 Bytes

CreateHemisphere

Description

Function CreateHemisphere creates a new hemisphere object in a VectorWorks document.

FUNCTION CreateHemisphere(
				centerX,centerY,centerZ : REAL;
				topX,topY,topZ          : REAL): HANDLE;
def vs.CreateHemisphere(center, top):
    return HANDLE

Parameters

Name Type Description
center REAL Center point of hemisphere.
top REAL Top point of hemisphere.

Remarks

[sd 8/18/98]

Version

Availability: from VectorWorks8.0

Category