VS:SetWllHoleObjIgnClsr

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

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

Version

Availability: from Vectorworks 2022

See Also

VS Functions:

VS:GetWllHoleObjIgnClsr

VS Functions: [[VS:GetWllHoleObjIgnClsr]]