Syntax
ASSEMBLIES arg1 arg2 arg3
Description
Assemblies are used to reference parts of the structure in different areas. There are currently 3 areas of application:
Further applications of the concept are planned.
Arguments
Minimum number: 1
arg1
Value |
unit |
Meaning |
SHARED |
KEYWORD |
Scope of the shared assemblies (only in scope STRUCTURE); assemblies are given user-defined names for overarching reference. These split assemblies are currently only used for displaying results (views). |
BEGIN |
KEYWORD |
Scope is opened. |
END |
KEYWORD |
Scope is closed. |
arg2 (arg1 = SHARED)
Value |
unit |
Meaning |
BEGIN |
KEYWORD |
Scope is opened. |
arg2 (arg1 = BEGIN) or arg3 (arg2 = BEGIN)
Value |
unit |
Meaning |
ADD |
KEYWORD |
The contents of the scope are added. |
CLEAR |
KEYWORD |
The content is deleted before importing the scope. |
Scopes
STRUCTURE, LANESET, PHASE
Examples
ASSEMBLIES BEGIN
ASSEMBLIES END
Scope is opened and closed.
|
(C) ALLPLAN GmbH |
Privacy policy |