Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 663 Bytes

File metadata and controls

30 lines (22 loc) · 663 Bytes

CreateBatDormer

Description

Function CreateBatDormer creates a bat dormer in the referenced roof object.

FUNCTION CreateBatDormer(roofObject : HANDLE): INTEGER;
def vs.CreateBatDormer(roofObject):
    return INTEGER

Parameters

Name Type Description
roofObject HANDLE Handle to roof.

Remarks

This only creates the object, SetDormerAttributes() & SetBatAttributes() must still be called to define the attributes of the dormer.

Examples

CreateRoofOb

Version

Availability: from VectorWorks8.0

Category