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)| 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 |
VS Functions: GetWallCompStartPts
Availability: from Vectorworks 2015