Syntax
CSECTION arg1 arg2 arg3
Description
A cross section is created or overwritten.
Arguments
Minimum quantity: 2(1)
arg1
Value |
Dimension |
Meaning |
name |
TEXT |
Cross section name |
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 cross section. Overwriting an existing cross section is a complex process. Both the cross section and its contained objects can be in use at different places in the model. In the content to be read, these objects may be missing or have a different meaning. The program first creates a temporary cross section. After that, the references in the model are searched and exchanged. If all references could be replaced, the old cross section is deleted and the temporary cross section becomes active. |
CLEAR |
KEYWORD |
The content of the cross section is deleted before the scope is imported. |
Scopes
CSECTIONS
Examples
CSECTION "MG" BEGIN
CSECTION END
The cross section of the main girder "MG" is created.
|
(C) ALLPLAN GmbH |
Privacy policy |