VS:GetWllHoleObjIgnClsr

From Vectorworks Developer
Revision as of 18:24, 15 September 2021 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

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

FUNCTION GetWllHoleObjIgnClsr(
object :HANDLE) : BOOLEAN;
def vs.GetWllHoleObjIgnClsr(object):
    return BOOLEAN

Parameters

object HANDLE The object in the 3D Wall Hole group of a plug-in object

Return Value

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

Version

Availability: from Vectorworks 2022

See Also

VS Functions:

VS:SetWllHoleObjIgnClsr

VS Functions: [[VS:SetWllHoleObjIgnClsr]]