IFC Options
ifc_options
Source code in src/cadwork/ifc_options.pyi
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|
get_ifc_options_aggregation()
get ifc options aggregation
Returns:
Type | Description |
---|---|
ifc_options_aggregation
|
'ifc_options_aggregation' |
Source code in src/cadwork/ifc_options.pyi
22 23 24 25 26 27 |
|
get_ifc_options_level_of_detail()
get ifc options level of detail
Returns:
Type | Description |
---|---|
ifc_options_level_of_detail
|
'ifc_options_level_of_detail' |
Source code in src/cadwork/ifc_options.pyi
29 30 31 32 33 34 |
|
get_ifc_options_project_data()
get ifc options project data
Returns:
Type | Description |
---|---|
ifc_options_project_data
|
'ifc_options_project_data' |
Source code in src/cadwork/ifc_options.pyi
15 16 17 18 19 20 |
|
get_ifc_options_properties()
get ifc options properties
Returns:
Type | Description |
---|---|
ifc_options_properties
|
'ifc_options_properties' |
Source code in src/cadwork/ifc_options.pyi
8 9 10 11 12 13 |
|
ifc_options_aggregation
Source code in src/cadwork/ifc_options_aggregation.pyi
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
|
get_consider_element_aggregation()
get consider element aggregation
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_aggregation.pyi
40 41 42 43 44 45 |
|
get_element_aggregation_attribute()
get element aggregation attribute
Returns:
Type | Description |
---|---|
int
|
int |
Source code in src/cadwork/ifc_options_aggregation.pyi
33 34 35 36 37 38 |
|
get_element_combine_type()
get element combine type
Returns:
Type | Description |
---|---|
ifc_element_combine_behaviour
|
ifc_element_combine_behaviour |
Source code in src/cadwork/ifc_options_aggregation.pyi
47 48 49 50 51 52 |
|
get_export_cover_geometry()
get export cover geometry
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_aggregation.pyi
6 7 8 9 10 11 |
|
set_consider_element_aggregation(consider_element_aggregation)
set consider element aggregation
Parameters:
Name | Type | Description | Default |
---|---|---|---|
consider_element_aggregation |
bool
|
consider_element_aggregation |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_aggregation.pyi
23 24 25 26 27 28 29 30 31 |
|
set_element_aggregation_attribute(element_aggregation_attribute)
set element aggregation attribute
Parameters:
Name | Type | Description | Default |
---|---|---|---|
element_aggregation_attribute |
element_grouping_type
|
element_aggregation_attribute |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_aggregation.pyi
13 14 15 16 17 18 19 20 21 |
|
set_element_combine_type(element_combine_type)
set element combine type
Parameters:
Name | Type | Description | Default |
---|---|---|---|
element_combine_type |
ifc_element_combine_behaviour
|
element_combine_type |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_aggregation.pyi
64 65 66 67 68 69 70 71 72 |
|
set_export_cover_geometry(export_cover_geometry)
set export cover geometry
Parameters:
Name | Type | Description | Default |
---|---|---|---|
export_cover_geometry |
bool
|
export_cover_geometry |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_aggregation.pyi
54 55 56 57 58 59 60 61 62 |
|
ifc_options_level_of_detail
Source code in src/cadwork/ifc_options_level_of_detail.pyi
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 |
|
get_cut_drillings()
get cut drillings
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
108 109 110 111 112 113 |
|
get_cut_endtype_counterparts()
get cut endtype counterparts
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
37 38 39 40 41 42 |
|
get_cut_installation_rectangular()
get cut installation rectangular
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
149 150 151 152 153 154 |
|
get_cut_installation_round()
get cut installation round
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
132 133 134 135 136 137 |
|
get_export_endtype_materialization()
get export endtype materialization
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
30 31 32 33 34 35 |
|
get_export_experimental_swept_solid_materialization()
get export experimental swept solid materialization
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
125 126 127 128 129 130 |
|
get_export_installation_rectangular_materialization()
get export installation rectangular materialization
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
156 157 158 159 160 161 |
|
get_export_installation_round_materialization()
get export installation round materialization
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
44 45 46 47 48 49 |
|
get_export_vba_components()
get export vba components
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
71 72 73 74 75 76 |
|
get_export_vba_drillings()
get export vba drillings
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
3 4 5 6 7 8 |
|
set_cut_drillings(flag)
set cut drillings
Parameters:
Name | Type | Description | Default |
---|---|---|---|
flag |
bool
|
flag |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
98 99 100 101 102 103 104 105 106 |
|
set_cut_endtype_counterparts(cut_endtype_counterparts)
set cut endtype counterparts
Parameters:
Name | Type | Description | Default |
---|---|---|---|
cut_endtype_counterparts |
bool
|
cut_endtype_counterparts |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
10 11 12 13 14 15 16 17 18 |
|
set_cut_installation_rectangular(cut_installation_rectangular)
set cut installation rectangular
Parameters:
Name | Type | Description | Default |
---|---|---|---|
cut_installation_rectangular |
bool
|
cut_installation_rectangular |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
163 164 165 166 167 168 169 170 171 |
|
set_cut_installation_round(cut_installation_round)
set cut installation round
Parameters:
Name | Type | Description | Default |
---|---|---|---|
cut_installation_round |
bool
|
cut_installation_round |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
61 62 63 64 65 66 67 68 69 |
|
set_export_endtype_materialization(materializaiton)
set export endtype materialization
Parameters:
Name | Type | Description | Default |
---|---|---|---|
materializaiton |
bool
|
materializaiton |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
88 89 90 91 92 93 94 95 96 |
|
set_export_experimental_swept_solid_materialization(export_swept_solid_for_simple_geometry)
set export experimental swept solid materialization
Parameters:
Name | Type | Description | Default |
---|---|---|---|
export_swept_solid_for_simple_geometry |
bool
|
export_swept_solid_for_simple_geometry |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
78 79 80 81 82 83 84 85 86 |
|
set_export_installation_rectangular_materialization(export_installation_rectangular_materialization)
set export installation rectangular materialization
Parameters:
Name | Type | Description | Default |
---|---|---|---|
export_installation_rectangular_materialization |
bool
|
export_installation_rectangular_materialization |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
20 21 22 23 24 25 26 27 28 |
|
set_export_installation_round_materialization(export_installation_round_materialization)
set export installation round materialization
Parameters:
Name | Type | Description | Default |
---|---|---|---|
export_installation_round_materialization |
bool
|
export_installation_round_materialization |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
139 140 141 142 143 144 145 146 147 |
|
set_export_vba_components(export_vba_components)
set export vba components
Parameters:
Name | Type | Description | Default |
---|---|---|---|
export_vba_components |
bool
|
export_vba_components |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
115 116 117 118 119 120 121 122 123 |
|
set_export_vba_drillings(export_vba_drillings)
set export vba drillings
Parameters:
Name | Type | Description | Default |
---|---|---|---|
export_vba_drillings |
bool
|
export_vba_drillings |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_level_of_detail.pyi
51 52 53 54 55 56 57 58 59 |
|
ifc_options_project_data
Source code in src/cadwork/ifc_options_project_data.pyi
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
|
get_export_adress_in_ifc_site()
get export adress in ifc site
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_project_data.pyi
54 55 56 57 58 59 |
|
get_export_coordinates_in_ifc_site()
get export coordinates in ifc site
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_project_data.pyi
3 4 5 6 7 8 |
|
get_export_project_name_as_ifc_project()
get export project name as ifc project
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_project_data.pyi
40 41 42 43 44 45 |
|
get_export_true_north_in_geometric_context()
get export true north in geometric context
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_project_data.pyi
47 48 49 50 51 52 |
|
set_export_adress_in_ifc_site(export_adress_in_ifc_site)
set export adress in ifc site
Parameters:
Name | Type | Description | Default |
---|---|---|---|
export_adress_in_ifc_site |
bool
|
export_adress_in_ifc_site |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_project_data.pyi
61 62 63 64 65 66 67 68 69 |
|
set_export_coordinates_in_ifc_site(export_coordinates_in_ifc_site)
set export coordinates in ifc site
Parameters:
Name | Type | Description | Default |
---|---|---|---|
export_coordinates_in_ifc_site |
bool
|
export_coordinates_in_ifc_site |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_project_data.pyi
20 21 22 23 24 25 26 27 28 |
|
set_export_project_name_as_ifc_project(export_project_name_as_ifc_project)
set export project name as ifc project
Parameters:
Name | Type | Description | Default |
---|---|---|---|
export_project_name_as_ifc_project |
bool
|
export_project_name_as_ifc_project |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_project_data.pyi
10 11 12 13 14 15 16 17 18 |
|
set_export_true_north_in_geometric_context(export_true_north_in_geometric_context)
set export true north in geometric context
Parameters:
Name | Type | Description | Default |
---|---|---|---|
export_true_north_in_geometric_context |
bool
|
export_true_north_in_geometric_context |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_project_data.pyi
30 31 32 33 34 35 36 37 38 |
|
ifc_options_properties
Source code in src/cadwork/ifc_options_properties.pyi
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
|
get_attribute_nr_ifc_layer()
get attribute nr ifc layer
Returns:
Type | Description |
---|---|
int
|
int |
Source code in src/cadwork/ifc_options_properties.pyi
64 65 66 67 68 69 |
|
get_attriubte_nr_ifc_tag()
get attriubte nr ifc tag
Returns:
Type | Description |
---|---|
int
|
int |
Source code in src/cadwork/ifc_options_properties.pyi
3 4 5 6 7 8 |
|
get_export_bim_wood_property()
get export bim wood property
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_properties.pyi
81 82 83 84 85 86 |
|
get_export_cadwork_3d_pset()
get export cadwork 3d pset
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_properties.pyi
98 99 100 101 102 103 |
|
get_export_empty_building_and_storeys()
get export empty building and storeys
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_properties.pyi
40 41 42 43 44 45 |
|
get_ignore_user_attributes_used_in_psets()
get ignore user attributes used in psets
Returns:
Type | Description |
---|---|
bool
|
bool |
Source code in src/cadwork/ifc_options_properties.pyi
57 58 59 60 61 62 |
|
set_attribute_nr_ifc_layer(attribute_nr_ifc_layer)
set attribute nr ifc layer
Parameters:
Name | Type | Description | Default |
---|---|---|---|
attribute_nr_ifc_layer |
int
|
attribute_nr_ifc_layer |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_properties.pyi
71 72 73 74 75 76 77 78 79 |
|
set_attribute_nr_ifc_tag(attribute_nr_ifc_tag)
set attribute nr ifc tag
Parameters:
Name | Type | Description | Default |
---|---|---|---|
attribute_nr_ifc_tag |
int
|
attribute_nr_ifc_tag |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_properties.pyi
20 21 22 23 24 25 26 27 28 |
|
set_export_bim_wood_property(export_bi_mwood_property)
set export bim wood property
Parameters:
Name | Type | Description | Default |
---|---|---|---|
export_bi_mwood_property |
bool
|
export_bi_mwood_property |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_properties.pyi
30 31 32 33 34 35 36 37 38 |
|
set_export_cadwork_3d_pset(export_cadwork3d_p_set)
set export cadwork 3d pset
Parameters:
Name | Type | Description | Default |
---|---|---|---|
export_cadwork3d_p_set |
bool
|
export_cadwork3d_p_set |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_properties.pyi
88 89 90 91 92 93 94 95 96 |
|
set_export_empty_building_and_storeys(export_empty_building_and_storeys)
set export empty building and storeys
Parameters:
Name | Type | Description | Default |
---|---|---|---|
export_empty_building_and_storeys |
bool
|
export_empty_building_and_storeys |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_properties.pyi
10 11 12 13 14 15 16 17 18 |
|
set_ignore_user_attributes_used_in_psets(ignore_user_attributes_used_in_user_psets)
set ignore user attributes used in psets
Parameters:
Name | Type | Description | Default |
---|---|---|---|
ignore_user_attributes_used_in_user_psets |
bool
|
ignore_user_attributes_used_in_user_psets |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in src/cadwork/ifc_options_properties.pyi
47 48 49 50 51 52 53 54 55 |
|