BHoM / Revit_Toolkit

A set of tools enabling exchange of information between BHoM and Revit.
GNU Lesser General Public License v3.0
27 stars 13 forks source link

Ability to Create Solids as Extrusions within a Family Instead of Forcing DirectShape #1458

Open enarhi opened 6 months ago

enarhi commented 6 months ago

Description:

Currently when sending solids to a Revit doc, they must be sent as DirectShapes. Ideally we would have the option to send extrusion geometry as a proper extrusion. Since the API only allows this within the families, the best route would be to automate creating a family (from the Mass Family Template), placing the geometry, saving the family and placing in Revit for each solid being pushed. This would be reasonably easy to automate as we have all of these individual functionalities in various places already. It would be hugely valuable for many of our disciplines where we model Exclusion Zones, Equipment Volumes, Riser/Maintenance Volumes, etc, especially when these are to be viewed on 360 or by the Architect where we can not assume view filters and the like are enough to cover the representation of DirectShapes.