Syntax
VARS arg1 arg2
Description
Input of variables for adapting a construction template used when using precast girders. However, the concept of using variables is general and can therefore also be applied in other situations. The syntax for defining variables in the scope is identical to the syntax for defining placement variables. Therefore, please refer to the corresponding pages:
TCL Command |
Input description |
VARDBL |
|
VARINT |
|
VARBLN |
|
VARTXT |
Arguments
Minimum quantity: 1
arg1
Value |
Meaning |
BEGIN |
Scope will be opened |
END |
Scope will be closed |
arg2 (arg1 = BEGIN)
Value |
Dimension |
Meaning |
ADD |
KEYWORD |
The content of the scope will be added to the variables. |
CLEAR |
KEYWORD |
The list of variables points is cleared before the scope is imported. |
Scopes
CONSTRUCTION
Examples
CONSTRUCTION "PrecastG1" BEGIN
TEXT ""
TEMPLATE "PrecastTemplate"
DAYBEGIN 16
OPTION CALCULATION OFF
OPTION SUBMODEL ON
VARS BEGIN
VARTXT "Girder" "Girder 101" NONE ""
VARINT "Dtransp" 11 NONE ""
VARINT "Dlift" 25 NONE ""
VARS END
CONSTRUCTION END
The construction "PrecastG1" of a precast girder refers to a template "PrecastTemplate" and does not contain own phases. The variable values overwrite the values in the template. Variables can only be used in selected places.
|
(C) ALLPLAN GmbH |
Privacy policy |