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