Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 662 Bytes

File metadata and controls

35 lines (26 loc) · 662 Bytes

AddSurface

Description

Creates a new surface object by combining the two referenced surface objects. If the combination is successful (if the objects overlap), it deletes the original surface objects and returns the handle of the resultant object.

FUNCTION AddSurface(
				s1 : HANDLE;
				s2 : HANDLE): HANDLE;
def vs.AddSurface(s1, s2):
    return HANDLE

Parameters

Name Type Description
s1 HANDLE Handle to object.
s2 HANDLE Handle to object.

Examples

dSurface}}

See Also

VS Functions: ClipSurface

Version

Availability: from VectorWorks8.5

Category

  • Objects - 2D