RuleBasedLinkGenerator#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
Object number |
type |
Type |
|
name |
str |
Name |
user_defined_name_enabled |
bool |
User-defined name enabled |
comment |
str |
Comment |
is_active |
bool |
Is Active |
rules |
Rules |
|
parameters |
Parameters |
|
is_generated |
bool |
Generated by |
generating_object_info |
str |
Generated by |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Data Types
RulesTable#
Attribute Name |
Data Type |
Description |
|---|---|---|
rows |
List[RulesRow] |
RulesRow#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
|
description |
str |
|
is_active |
bool |
|
rule_type |
||
priority |
int |
|
comment |
str |
ParametersTreeTable#
Attribute Name |
Data Type |
Description |
|---|---|---|
rows |
List[ParametersTreeTableRow] |
ParametersTreeTableRow#
Attribute Name |
Data Type |
Description |
|---|---|---|
key |
str |
|
caption |
str |
|
symbol |
str |
|
value |
||
unit |
str |
|
rows |
List[ParametersTreeTableRow] |
Associated Enums
Type#
Name |
|---|
TYPE_UNKNOWN |
TYPE_STANDARD |
RuleType#
Name |
|---|
RULE_TYPE_COLUMN_SLAB |
RULE_TYPE_BEAM_MEMBER |
RULE_TYPE_BEAM_NODE |
RULE_TYPE_BEAM_SLAB |
RULE_TYPE_BEAM_WALL |
RULE_TYPE_COLUMN_MEMBER |
RULE_TYPE_COLUMN_NODE |
RULE_TYPE_DIAGONAL_MEMBER |
RULE_TYPE_DIAGONAL_NODE |
RULE_TYPE_DIAGONAL_SLAB |
RULE_TYPE_WALL_SLAB |
RULE_TYPE_WALL_WALL |