Syntax
PLACEMACRO begend
Description
Allplan Macros are created as geometric objects in Allplan. To position these objects at the bridge geometry, various settings have to be made in the property set. Variables can be used to adjust the dimension and position of the object.
These objects are not part of the static analysis, but are transferred to Allplan with the bridge geometry.
Arguments
Minimum quantity: 2(1)
arg1
Value |
Dimension |
Meaning |
name |
TEXT |
Name of the property set |
END |
KEYWORD |
Scope will be closed. |
arg2
Value |
Dimension |
Meaning |
BEGIN |
KEYWORD |
Scope will be opened. |
arg3 (arg2 = BEGIN)
Value |
Dimension |
Meaning |
ADD |
KEYWORD |
The content of the scope will be added to the property set. |
CLEAR |
KEYWORD |
The content of the property set is deleted before the scope is imported. |
Scopes
CPROPSETS
Examples
PLACEMACRO "lampR" BEGIN
APLACE "placeBin"
REFERENCE "lampR"
XLOCAL P1P2
ZLOCAL SPX
POINT "P1" LSECT "L6" "L14"
POINT "P2" LSECT "L12" "L24"
PLACEMACRO END LSECT "L22" "L15"
The street lantern "lampR” was created as a macro with Allplan and is placed here at the desired positions of the bridge geometry.
|
(C) ALLPLAN GmbH |
Privacy policy |