Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 910 Bytes

File metadata and controls

37 lines (30 loc) · 910 Bytes

GetWallCompStartPts

Description

Gets the start points of a wall component.

PROCEDURE GetWallCompStartPts(
				wall            : HANDLE;
				componentIndex  : INTEGER;
				VAR leftPoint   : POINT;
				VAR centerPoint : POINT;
				VAR rightPoint  : POINT);
def vs.GetWallCompStartPts(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 start point of the component
centerPoint POINT Returns the center start point of the component
rightPoint POINT Returns the right start point of the component

See Also

VS Functions: GetWallCompEndPts

Version

Availability: from Vectorworks 2015

Category