Dumb slabs now auto generate footprint representations

This commit is contained in:
Dion Moult
2021-06-07 14:28:46 +10:00
parent 5a822d5e39
commit 137a00225c
3 changed files with 64 additions and 1 deletions
@@ -134,7 +134,7 @@ class Usecase:
elif self.settings["context"].ContextIdentifier == "CoG":
pass
elif self.settings["context"].ContextIdentifier == "FootPrint":
if self.settings["context"].TargetView in ["PLAN_VIEW", "REFLECTED_PLAN_VIEW"]:
if self.settings["context"].TargetView in ["SKETCH_VIEW", "PLAN_VIEW", "REFLECTED_PLAN_VIEW"]:
return self.create_geometric_curve_set_representation(is_2d=True)
elif self.settings["context"].ContextIdentifier == "Reference":
pass