|
| 1 | +# New methods added between the latest version of v30 and v32 |
| 2 | + |
| 3 | +## New methods in class: |
| 4 | + |
| 5 | +### Class: connector_axis_controller |
| 6 | + |
| 7 | +* get_counterbore_depth_for_end_side |
| 8 | +* get_counterbore_depth_for_start_side |
| 9 | +* get_counterbore_diameter_for_end_side |
| 10 | +* get_counterbore_diameter_for_start_side |
| 11 | +* get_counterbore_is_conical_for_end_side |
| 12 | +* get_counterbore_is_conical_for_start_side |
| 13 | +* get_intersection_count |
| 14 | +* get_item_guids_at_intersection |
| 15 | +* get_section_length |
| 16 | +* get_section_oblong_drilling_angle |
| 17 | +* get_section_oblong_drilling_is_enabled |
| 18 | +* get_section_oblong_drilling_negative_value |
| 19 | +* get_section_oblong_drilling_positive_value |
| 20 | +* set_counterbore_for_end_side |
| 21 | +* set_counterbore_for_start_side |
| 22 | +* set_item_guids_at_intersection |
| 23 | +* set_section_oblong_drilling_is_disabled |
| 24 | +* set_section_oblong_drilling_is_enabled |
| 25 | + |
| 26 | +### Class: dimension_controller |
| 27 | + |
| 28 | +* get_dimension_base_format |
| 29 | + |
| 30 | +### Class: element_controller |
| 31 | + |
| 32 | +* cast_ray_and_get_element_intersections |
| 33 | +* filter_elements |
| 34 | +* map_elements |
| 35 | + |
| 36 | +### Class: file_controller |
| 37 | + |
| 38 | +* export_dstv_file |
| 39 | +* export_dxf_file |
| 40 | + |
| 41 | +### Class: machine_controller |
| 42 | + |
| 43 | +* get_element_btl_processings |
| 44 | +* get_element_hundegger_processings |
| 45 | +* get_processing_btl_parameter_set |
| 46 | +* get_processing_code |
| 47 | +* get_processing_name |
| 48 | +* get_processing_points |
| 49 | + |
| 50 | +### Class: utility_controller |
| 51 | + |
| 52 | +* get_3d_version_name |
| 53 | +* redirect_python_output_to_logger |
| 54 | + |
| 55 | +## New classes |
| 56 | + |
| 57 | +### Class: dimension_base_format |
| 58 | + |
| 59 | +* __int__ |
| 60 | + |
| 61 | +### Class: dxf_export_version |
| 62 | + |
| 63 | +* __int__ |
| 64 | + |
| 65 | +### Class: dxf_layer_format_type |
| 66 | + |
| 67 | +* __int__ |
| 68 | + |
| 69 | +### Class: element_filter |
| 70 | + |
| 71 | +* set_comment |
| 72 | +* set_group |
| 73 | +* set_name |
| 74 | +* set_part_number |
| 75 | +* set_production_number |
| 76 | +* set_sku |
| 77 | +* set_subgroup |
| 78 | +* set_user_attribute |
| 79 | + |
| 80 | +### Class: element_map_query |
| 81 | + |
| 82 | +* set_by_building |
| 83 | +* set_by_comment |
| 84 | +* set_by_group |
| 85 | +* set_by_name |
| 86 | +* set_by_part_number |
| 87 | +* set_by_production_number |
| 88 | +* set_by_sku |
| 89 | +* set_by_storey |
| 90 | +* set_by_subgroup |
| 91 | +* set_by_user_attribute |
| 92 | + |
| 93 | +### Class: hit_result |
| 94 | + |
| 95 | +* get_hit_element_ids |
| 96 | +* get_hit_vertices_by_element |
| 97 | + |
| 98 | +### Class: ifc_options_properties |
| 99 | + |
| 100 | +* get_export_quantity_sets |
| 101 | +* set_export_quantity_sets |
| 102 | + |
| 103 | +### Class: point |
| 104 | + |
| 105 | +* __init__ |
| 106 | + |
| 107 | +### Class: point_3d |
| 108 | + |
| 109 | +* __add__ |
| 110 | +* __eq__ |
| 111 | +* __getitem__ |
| 112 | +* __iadd__ |
| 113 | +* __imul__ |
| 114 | +* __isub__ |
| 115 | +* __itruediv__ |
| 116 | +* __mul__ |
| 117 | +* __ne__ |
| 118 | +* __neg__ |
| 119 | +* __repr__ |
| 120 | +* __rmul__ |
| 121 | +* __setitem__ |
| 122 | +* __sub__ |
| 123 | +* __truediv__ |
| 124 | + |
| 125 | +### Class: text_object_options |
| 126 | + |
| 127 | +* get_draw_on_top |
| 128 | +* set_draw_on_top |
| 129 | + |
| 130 | +### Class: vba_catalog_item_type |
| 131 | + |
| 132 | +* __int__ |
| 133 | + |
| 134 | +### Class: window_geometry |
| 135 | + |
| 136 | +* __init__ |
0 commit comments