Function CreateGableDormer creates a gable dormer in the referenced roof object.
FUNCTION CreateGableDormer(roofObject : HANDLE): INTEGER;def vs.CreateGableDormer(roofObject):
return INTEGER| Name | Type | Description |
|---|---|---|
| roofObject | HANDLE | Handle to roof. |
This only creates the object, SetDormerAttributes() & SetGableAttributes() must still be called to define the attributes of the dormer.
Availability: from VectorWorks8.0