Slabs with voided profiles are now supported.

This commit is contained in:
Dion Moult
2021-06-07 11:20:05 +10:00
parent d844223367
commit 5a822d5e39
5 changed files with 20 additions and 5 deletions
@@ -391,6 +391,8 @@ class Usecase:
def create_arbitrary_void_extrusion_representation(self):
helper = Helper(self.file)
indices = helper.auto_detect_arbitrary_profile_with_voids_extruded_area_solid(self.settings["geometry"])
if not indices["inner_curves"]:
return self.create_arbitrary_extrusion_representation()
profile_def = helper.create_arbitrary_profile_def_with_voids(
self.settings["geometry"], indices["profile"], indices["inner_curves"]
)