VS:GetNumOfWallBreaks

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description

Gets the number of breaks in a wall.

FUNCTION GetNumOfWallBreaks(
wallH :HANDLE;
VAR numWallBreaks :INTEGER) : BOOLEAN;
def vs.GetNumOfWallBreaks(wallH):
    return (BOOLEAN, numWallBreaks)

Parameters

wallH HANDLE
numWallBreaks INTEGER

Remarks

This currently fails on Round Walls. (VW 13.01+).

Version

Availability: from VectorWorks13.0