-
Notifications
You must be signed in to change notification settings - Fork 186
Description
Right now If you create a floor via grasshopper with a 3D curve, the floor in Revit will be flat. But it is possible to create a "dubble curved floor" in Revit using slab shape points. It would be create if the Revit connector calculates the points needed by taking the controlpoints of the input curve and assigns them as slab shape points
Prerequisites
- [X ] I read the contribution guidelines
- [X ] I checked the documentation and found no answer.
- [ X] I checked existing issues and found no similar issue.
- [X ] I checked the community forum for related discussions and found no answer.
- [ X] I'm requesting the feature to the correct repository (see also speckle-server, speckle-sharp, specklepy, speckle-docs, and others)
What package are you referring to?
Revit Connector
Is your feature request related to a problem? Please describe.
Right now it is not possible to create non-planar floors e.g. bridge decks
Describe the solution you'd like
If we send a model for a Floor with a 3D curved Outline, read the controlpoints of this 3D curve before flattening the outline
Use these control points to add as "Slap Shape points" after the floor has been created
Describe alternatives you've considered
This could also be done with an adaptive component, but you are always limited by the number of points the adaptive component supports