VS:RemoveRoofEdge

From Vectorworks Developer
Revision as of 14:36, 12 August 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

Function RemoveRoofEdge removes the specified roof edge from the referenced roof object.

FUNCTION RemoveRoofEdge(
roofObject :HANDLE;
index :INTEGER) : BOOLEAN;
def vs.RemoveRoofEdge(roofObject, index):
    return BOOLEAN

Parameters

roofObject HANDLE Handle to roof.
index INTEGER Index of roof edge to be removed.

Version

Availability: from VectorWorks8.0