I'm looking for a way to create a IfcElementType from a existing IfcElement?
I'm looking for a way to create a IfcElementType from a existing IfcElement?
Duplicate the element, (Shift-D)
declassify / break the classification
A simpler method is to use the type manager.
Select your object you want to use the geometry of.
Launch type manager
Add new "Custom Mesh" type.
Thank you!
However, in both ways, I loose my psets. Is there a way to keep them?
I think we probably should support reassigning occurrence class to type class.
+1 from me.
I created an issue to keep track of the progress - https://github.com/IfcOpenShell/IfcOpenShell/issues/5260
Implemented this feature in https://github.com/IfcOpenShell/IfcOpenShell/commit/bea837299e0b369eb66c5eb1a991f78f2e04180f
Login or Register to reply.