Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 705 Bytes

File metadata and controls

28 lines (22 loc) · 705 Bytes

SetWallClosureGroup

Description

Set wall closure geometry for a parametric object.
Currently only the first item in the group is used. All objects should be combined into a single solid.

FUNCTION SetWallClosureGroup(
				objectHandle  : HANDLE;
				closureHandle : HANDLE): BOOLEAN;
def vs.SetWallClosureGroup(objectHandle, closureHandle):
    return BOOLEAN

Parameters

Name Type Description
objectHandle HANDLE Handle to the plug-in object
closureHandle HANDLE Handle to the group containing the wall closure geometry.

Version

Availability: from Vectorworks 2022

Category