NeVeSpl / RevitDBExplorer

Interactive Revit database exploration tool to view and edit BIM element parameters, properties and relationships.
Apache License 2.0
179 stars 40 forks source link

add split volumes #25

Closed mostafa901 closed 4 months ago

mostafa901 commented 4 months ago

Currently getting solid from any element will return a combined or merged solids, that actually doesn't reflect all the solids inside. I have add Solid_Template class, which adds the actual solids inside.

see this example. a Model text contains multiple characters. snooping its geometry returns a single solid. splitting the solid, will break the merge to separate transformed solids image