Syntax
CTREE arg1 arg2 arg3 arg4
Description
A user-defined custom tree is created. A tree consists of nested scopes (CTSCOPE) and single nodes (CTNODE).
Arguments
Minimum quantity: 2(1)
arg1
Value |
Dimension |
Meaning |
name |
TEXT |
Name of the tree |
END |
KEYWORD |
Scope will be closed. |
arg2
Value |
Dimension |
Meaning |
guid |
GUID |
ID for referencing at Allplan export |
BEGIN |
KEYWORD |
Scope will be opened. |
arg3 (arg2 != BEGIN)
Value |
Dimension |
Meaning |
BEGIN |
KEYWORD |
Scope will be opened. |
arg3 (arg2 = BEGIN) or arg4 (arg3 = BEGIN)
Value |
Dimension |
Meaning |
ADD |
KEYWORD |
The content of the scope will be added to. |
CLEAR |
KEYWORD |
The content is deleted before the scope is imported. |
Scopes
CUSTOMTREES
Examples
CTREE "model1" GUID "5e8e92c8-17d8-43d5-9e91-1c37d7100000" BEGIN
CTREE END
The tree "model1” is created and receives the GUID to distinguish different models during export.
|
(C) ALLPLAN GmbH |
Privacy policy |