Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 516 Bytes

File metadata and controls

28 lines (21 loc) · 516 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

  • Objects - Roofs