Adds to or clips from a slab.
FUNCTION ModifySlab(
slab : HANDLE;
modifier : HANDLE;
isClipObject : BOOLEAN;
componentFlags : LONGINT): BOOLEAN;def vs.ModifySlab(slab, modifier, isClipObject, componentFlags):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| slab | HANDLE | The slab. |
| modifier | HANDLE | The adding or clipping object. |
| isClipObject | BOOLEAN | Whether the modifier is an add object or a clip object. |
| componentFlags | LONGINT | Bit flags that indicate which components will be affected by the modification. |
VS Functions: CreateSlab
Availability: from Vectorworks 2011