|
12 | 12 | create_intersect_feature, \ |
13 | 13 | get_faces_of_body, \ |
14 | 14 | get_area_faces_with_color, \ |
15 | | - get_area_faces_with_color, \ |
| 15 | + get_smallest_face, \ |
| 16 | + get_largest_face, \ |
16 | 17 | create_point, \ |
| 18 | + create_non_timestamp_point, \ |
| 19 | + create_non_timestamp_points, \ |
17 | 20 | create_line_between_two_points, \ |
18 | 21 | create_spline_through_points, \ |
19 | 22 | delete_feature,\ |
|
24 | 27 | get_axes_of_coordinate_system, \ |
25 | 28 | create_datum_axis, \ |
26 | 29 | create_bisector_datum_plane,\ |
27 | | - bisector_multiple_planes |
| 30 | + bisector_multiple_planes, \ |
| 31 | + split_body_with_planes, \ |
| 32 | + create_datum_at_distance, \ |
| 33 | + get_distance_between_planes, \ |
| 34 | + get_distance_to_plane, \ |
| 35 | + divide_face_with_curve, \ |
| 36 | + pattern_geometry, \ |
| 37 | + subtract_bodies, \ |
| 38 | + subtract_features |
28 | 39 |
|
29 | 40 | from .assemblies import get_all_bodies_in_component, \ |
30 | 41 | get_all_curves_in_component, \ |
31 | 42 | get_all_points_in_component, \ |
32 | 43 | create_component_from_bodies |
| 44 | + |
| 45 | +from .faceted import local_offset_face, \ |
| 46 | + get_facets_on_face, \ |
| 47 | + get_facets_on_body, \ |
| 48 | + get_average_normal, \ |
| 49 | + get_facets_angle_above, \ |
| 50 | + color_facets, \ |
| 51 | + create_points_on_facets, \ |
| 52 | + local_offset_facets, \ |
| 53 | + smooth_facet_body |
0 commit comments