Syntax
CSECTIONS arg1 arg2 arg3
Description
Definition of cross sections. Cross sections are organized into groups, although currently the groups are not actively used. Currently, all cross sections are in an unnamed default group.
Arguments
Minimum quantity: 1
arg1
Value |
Dimension |
Meaning |
BEGIN |
KEYWORD |
Scope will be opened |
gname |
TEXT |
Group name |
END |
KEYWORD |
Scope will be closed |
arg2
Value |
Dimension |
Meaning |
BEGIN |
KEYWORD |
Scope will be opened (arg1 != BEGIN) |
ADD |
KEYWORD |
The content of the scope will be added to cross sections (of the group) (arg1 = BEGIN). |
CLEAR |
KEYWORD |
All cross sections (of the group) are deleted before the scope is imported (arg1 = BEGIN). |
arg3 (arg2 = BEGIN)
Value |
Dimension |
Meaning |
ADD |
KEYWORD |
The content of the scope will be added to cross sections (of the group). |
CLEAR |
KEYWORD |
All cross sections (of the group) are deleted before the scope is imported. |
Scopes
ABM
Examples
CSECTIONS BEGIN
CSECTIONS END
|
(C) ALLPLAN GmbH |
Privacy policy |