VS:GetWllHoleObjIgnClsr: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 18:24, 15 September 2021

.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]]