Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nodes to create family geometry (extrusion, ...) #308

Open
schiette opened this issue Apr 3, 2020 · 2 comments
Open

Nodes to create family geometry (extrusion, ...) #308

schiette opened this issue Apr 3, 2020 · 2 comments
Assignees

Comments

@schiette
Copy link

schiette commented Apr 3, 2020

What is the problem that needs solving?
Most export workflows from Dynamo to Revit rely on directshapes which are pretty much non-editable from within Revit. However, there are many cases where the geometry might be simple and can be captured with the Revit geometry tools.

Example: we have a script that creates the massing of a site (neighboring buildings). Every house is a simple extrusion in dynamo. When it comes into Revit, it's a frozen object and cannot be finetuned. It would be much better if we could draw extrusions in Revit from Dynamo

How would you like to see it solved?
A node "create extrusion" with inputs: curve, extrusion start, extrusion end (other options like 'material' would be a plus)

Describe alternatives you've considered
Writing the node myself, but I think it's better to have it in a package that is widely distributed and well maintained like Clockwork.

Additional context
I posted a Revit idea for this, and someone posted a couple of code snippets in the comments there:
https://forums.autodesk.com/t5/revit-ideas/create-revit-extrusions-sweeps-blends-from-within-dynamo/idi-p/7594544

Jeremy Tammik has also posted about it:

https://thebuildingcoder.typepad.com/blog/2011/06/creating-and-inserting-an-extrusion-family.html

Other shapes (revolve, sweep,...) would be a plus, but I think the extrusion node might get the most use by far.

@schiette
Copy link
Author

schiette commented Apr 3, 2020

Sorry Andreas, only found the existing issue now. You can close this one. I subscribed to the one you posted.

#279

@andydandy74
Copy link
Owner

I actually like yours better, so I've closed the other one :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

2 participants