VS:CreateBatDormer

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

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

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

Parameters

roofObject HANDLE Handle to roof.

Remarks

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

Example

Template:CreateRoofOb

Version

Availability: from VectorWorks8.0