Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 583 Bytes

File metadata and controls

31 lines (24 loc) · 583 Bytes

SetIsCurtainWall

Description

Sets whether or not a wall is a curtain wall.

PROCEDURE SetIsCurtainWall(
				wall          : HANDLE;
				isCurtainWall : BOOLEAN);
def vs.SetIsCurtainWall(wall, isCurtainWall):
    return None

Parameters

Name Type Description
wall HANDLE The wall.
isCurtainWall BOOLEAN Whether or not the wall is a curtain wall.

See Also

VS Functions: IsCurtainWall

Version

Availability: from Vectorworks 2016

Category