Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 634 Bytes

File metadata and controls

29 lines (23 loc) · 634 Bytes

GetDormerThick

Description

Procedure GetDormerThick returns dormer roof and wall thicknesses for the referenced roof.

PROCEDURE GetDormerThick(
				roofObject    : HANDLE;
				VAR wallThick : REAL;
				VAR roofThick : REAL);
def vs.GetDormerThick(roofObject):
    return (wallThick, roofThick)

Parameters

Name Type Description
roofObject HANDLE Handle to dormer.
wallThick REAL Returns dormer wall thickness.
roofThick REAL Returns dormer roof thickness.

Version

Availability: from VectorWorks8.0

Category