Procedure AddSymToWallEdge inserts a symbol in the referenced wall using the specified parameters to define placement.
{| class="wikitable_c" |+ Table - Symbol Insertion Alignment
| ! Alignment !! Constant |
|---|
| Centerline |
| style="text-align:center" |
| - |
| Left Edge |
| style="text-align:center" |
| - |
| Right Edge |
| style="text-align:center" |
| - |
| Core Component Center |
| style="text-align:center" |
| - |
| Core Component Left Edge |
| style="text-align:center" |
| - |
| Core Component Right Edge |
| style="text-align:center" |
| } |
PROCEDURE AddSymToWallEdge(
h : HANDLE;
alongDistance : REAL;
heightDistance : REAL;
flip : BOOLEAN;
right : BOOLEAN;
symbolName : STRING;
insertMode : INTEGER);def vs.AddSymToWallEdge(h, alongDistance, heightDistance, flip, right, symbolName, insertMode):
return None| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to wall. |
| alongDistance | REAL | Offset distance from wall start of insertion point. |
| heightDistance | REAL | Elevation of symbol. |
| flip | BOOLEAN | Flip orientation of symbol. |
| right | BOOLEAN | Left-right orientation of symbol. |
| symbolName | STRING | Name of symbol to be inserted. |
| insertMode | INTEGER | Edge insertion mode. |
eateWallObject}}
Availability: from VectorWorks 8.0
- Objects - Walls