Home
last modified time | relevance | path

Searched refs:layerm_polygons (Results 1 – 1 of 1) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DSupportMaterial.cpp1063 Polygons layerm_polygons = to_polygons(layerm->slices); in top_contact_layers() local
1066 diff_polygons = diff(layerm_polygons, lower_layer_polygons); in top_contact_layers()
1078 diff(layerm_polygons, in top_contact_layers()
1085 diff(layerm_polygons, in top_contact_layers()
1098 …n(offset(diff_polygons, lower_layer_offset, SUPPORT_SURFACES_OFFSET_PARAMETERS), layerm_polygons), in top_contact_layers()
1108 … Polygons new_contacts = diff(intersection(layerm_polygons, to_polygons(std::move(enforcer))), in top_contact_layers()