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| Name | Type | Description |
|---|---|---|
| s1 | HANDLE | Handle to object. |
| s2 | HANDLE | Handle to object. |
dSurface}}
VS Functions: ClipSurface
Availability: from VectorWorks8.5
- Objects - 2D