Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 549 Bytes

File metadata and controls

31 lines (23 loc) · 549 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

  • Objects - Solids