Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 671 Bytes

File metadata and controls

33 lines (27 loc) · 671 Bytes

OLDTrussSectionDlg

Description

Show Truss Cross Section dialog.

FUNCTION OLDTrussSectionDlg(
				VAR crossSection  : STRING;
				VAR height        : REAL;
				VAR width         : REAL;
				VAR design        : INTEGER;
				VAR chordDiameter : REAL): BOOLEAN;
def vs.OLDTrussSectionDlg():
    return (BOOLEAN, crossSection, height, width, design, chordDiameter)

Parameters

Name Type Description
crossSection STRING
height REAL
width REAL
design INTEGER
chordDiameter REAL

Version

Availability: from Vectorworks 2018

Category