Syntax
CTNODE arg1 arg2 arg3 arg4 arg5 arg6 arg7 arg8
Description
A single node of the tree is defined. This can contain a link to an object.
Arguments
Minimum quantity: 1
arg1
Value |
Dimension |
Meaning |
name |
TEXT |
Node name |
arg2
Value |
Dimension |
Meaning |
REFTO |
KEYWORD |
Reference to the object follows in the next 2 arguments |
arg3
Value |
Dimension |
Meaning |
otype |
ENUM |
Object type from the list {"GIRDER", "PIER", "SUPPORT", "BEARING", "ABUTMENT", "LGIRDER", "DECK", "BODY", "SMEMBER", "FUNCTION", "SECTION"} |
arg4
Value |
Dimension |
Meaning |
oname |
TEXT |
Object name |
arg5, arg6, ....Further arguments follow, always alternating keyword and value
Value |
Dimension |
Meaning |
DRAWING |
KEYWORD |
Drawing file number, if the tree is used as a building structure in Allplan, follows as the next argument. |
idraw |
INT |
Drawing file number |
GUID |
KEYWORD |
ID, if the tree is used as a building structure in Allplan, follows as the next argument. |
guid |
GUID |
ID that identifies the object |
TEXT |
KEYWORD |
A descriptive text about the tree node follows. The input only makes sense for nodes without a reference, as the object itself can have a descriptive text if there is an existing reference to an object. |
text |
TEXT |
Descriptive text |
Scopes
CTREE, CTSCOPE
Examples
CTNODE "" REFTO GIRDER "mg1" DRAWING 10 GUID "4fcc9834-e2cc-4e06-937e-df2af5300000"
An unnamed tree node references the girder "mg1". It is added to the drawing file 10 .
|
(C) ALLPLAN GmbH |
Privacy policy |