mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix 3 bugs related to representations:
* Bug when switching representations when active object not selected. * Bug when switching to a non MODEL_VIEW body representation would load the MODEL_VIEW one instead all the time. * Add support for plan body representations.
This commit is contained in:
@@ -153,7 +153,7 @@ class Usecase:
|
||||
elif self.settings["context"].ContextIdentifier == "Axis":
|
||||
return self.create_curve2d_representation()
|
||||
elif self.settings["context"].ContextIdentifier == "Body":
|
||||
pass
|
||||
return self.create_annotation2d_representation()
|
||||
elif self.settings["context"].ContextIdentifier == "Box":
|
||||
pass
|
||||
elif self.settings["context"].ContextIdentifier == "Clearance":
|
||||
|
||||
Reference in New Issue
Block a user