Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 519 Bytes

File metadata and controls

31 lines (23 loc) · 519 Bytes

GetNumOfWallBreaks

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

Name Type Description
wallH HANDLE
numWallBreaks INTEGER

Remarks

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

Version

Availability: from VectorWorks13.0

Category

  • Objects - Walls