Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 900 Bytes

File metadata and controls

37 lines (30 loc) · 900 Bytes

GetWallCompEndPts

Description

Gets the end points of a wall component.

PROCEDURE GetWallCompEndPts(
				wall            : HANDLE;
				componentIndex  : INTEGER;
				VAR leftPoint   : POINT;
				VAR centerPoint : POINT;
				VAR rightPoint  : POINT);
def vs.GetWallCompEndPts(wall, componentIndex):
    return (leftPoint, centerPoint, rightPoint)

Parameters

Name Type Description
wall HANDLE The wall or round wall
componentIndex INTEGER The component index
leftPoint POINT Returns the left end point of the component
centerPoint POINT Returns the center end point of the component
rightPoint POINT Returns the right end point of the component

See Also

VS Functions: GetWallCompStartPts

Version

Availability: from Vectorworks 2015

Category