Skip to content

Latest commit

 

History

History
64 lines (55 loc) · 1.4 KB

File metadata and controls

64 lines (55 loc) · 1.4 KB

AddSymToWallEdge

Description

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

Parameters

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.

Examples

eateWallObject}}

Version

Availability: from VectorWorks 8.0

Category

  • Objects - Walls