LineLink#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
Object number |
user_defined_name_enabled |
bool |
User-defined name enabled |
name |
str |
Name |
assigned_lines |
List[int] |
Assigned lines |
linking_to_lines_allowed |
bool |
Linking to lines allowed |
linking_to_surfaces_allowed |
bool |
Linking to surfaces allowed |
lines_excluded_from_search |
List[int] |
Lines excluded from search |
surfaces_excluded_from_search |
List[int] |
Surfaces excluded from search |
search_method |
Search method |
|
search_radius |
float |
Search radius | r |
target_surface_type |
Target surface type |
|
line_hinge |
int |
Line hinge |
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 |
TargetSurfaceType#
Name |
|---|
TARGET_SURFACE_TYPE_ANY |
TARGET_SURFACE_TYPE_SLAB |
TARGET_SURFACE_TYPE_WALL |