Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 707 Bytes

File metadata and controls

31 lines (24 loc) · 707 Bytes

SetWllHoleObjIgnClsr

Description

Sets whether an object in the 3D Wall Hole group of a plug-in object ignores wall closures.

PROCEDURE SetWllHoleObjIgnClsr(
				object        : HANDLE;
				ignoreClosure : BOOLEAN);
def vs.SetWllHoleObjIgnClsr(object, ignoreClosure):
    return None

Parameters

Name Type Description
object HANDLE The object in the 3D Wall Hole group of a plug-in object
ignoreClosure BOOLEAN Whether the object ignores wall closures.

See Also

VS Functions: GetWllHoleObjIgnClsr

Version

Availability: from Vectorworks 2022

Category