NodalLink#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
Object number |
user_defined_name_enabled |
bool |
User-defined name enabled |
name |
str |
Name |
assigned_nodes |
List[int] |
Assigned nodes |
linking_to_nodes_allowed |
bool |
Linking to nodes allowed |
linking_to_members_allowed |
bool |
Linking to members allowed |
linking_to_surfaces_allowed |
bool |
Linking to surfaces allowed |
include_related_objects |
bool |
Include related objects |
nodes_excluded_from_search |
List[int] |
Nodes excluded from search |
members_exclued_from_search |
List[int] |
Members excluded from search |
surfaces_excluded_from_search |
List[int] |
Surfaces excluded from search |
search_method |
Search method |
|
linking_mode |
Link to multiple objects |
|
search_radius |
float |
Search radius | r |
target_surface_type |
Target surface type |
|
member_hinge_start |
int |
Member hinge at start |
member_hinge_end |
int |
Member hinge at end |
parameters |
Parameters |
|
comment |
str |
Comment |
is_generated |
bool |
Generated by |
generating_object_info |
str |
Generated by |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Data Types
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
SearchMethod#
Name |
|---|
SEARCH_METHOD_CLOSEST_OBJECTS |
SEARCH_METHOD_CLOSEST_OBJECTS_PARALLEL_TO_X |
SEARCH_METHOD_CLOSEST_OBJECTS_PARALLEL_TO_Y |
SEARCH_METHOD_CLOSEST_OBJECTS_PARALLEL_TO_Z |
LinkingMode#
Name |
|---|
LINKING_MODE_SINGLE_CLOSEST_OBJECT |
LINKING_MODE_ALL_CLOSEST_OBJECTS |
LINKING_MODE_ALL_OBJECTS_IN_SEARCH_SPACE |
LINKING_MODE_DEFINED_NUMBER_OF_OBJECTS |
TargetSurfaceType#
Name |
|---|
TARGET_SURFACE_TYPE_ANY |
TARGET_SURFACE_TYPE_SLAB |
TARGET_SURFACE_TYPE_WALL |