Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 821 Bytes

File metadata and controls

35 lines (28 loc) · 821 Bytes

ModifySlab

Description

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

Parameters

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.

See Also

VS Functions: CreateSlab

Version

Availability: from Vectorworks 2011

Category