Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 629 Bytes

File metadata and controls

31 lines (25 loc) · 629 Bytes

vsoSetClosureGap

Description

Provide a Gap for Left, Right, Top, Bottom edge of Wall Closure

PROCEDURE vsoSetClosureGap(
				leftGapValue   : REAL;
				rightGapValue  : REAL;
				topGapValue    : REAL;
				bottomGapValue : REAL);
def vs.vsoSetClosureGap(leftGapValue, rightGapValue, topGapValue, bottomGapValue):
    return None

Parameters

Name Type Description
leftGapValue REAL
rightGapValue REAL
topGapValue REAL
bottomGapValue REAL

Version

Availability: from Vectorworks 2023

Category