Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 555 Bytes

File metadata and controls

27 lines (21 loc) · 555 Bytes

RemoveRoofEdge

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

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

Version

Availability: from VectorWorks8.0

Category