How to Create NurbsSurface using revit API

How to Create NurbsSurface using revit API

ChGwo
Participant Participant
701 Views
2 Replies
Message 1 of 3

How to Create NurbsSurface using revit API

ChGwo
Participant
Participant

Do you have a simple demo?

0 Likes
702 Views
2 Replies
Replies (2)
Message 2 of 3

jeremytammik
Autodesk
Autodesk

Before you try to create it programmatically via the Revit API, you need to ensure that you can create it manually through the end user interface.

 

Can you do that at all?

 

I am not so sure.

 

Here is another unresolved question in a similar vein:

 

https://forums.autodesk.com/t5/revit-api-forum/how-to-create-a-nurbs-surface-given-a-gird-of-xyz-poi...

 

In general, if a feature is not available in the Revit product manually through the user interface, then the Revit API will not provide it either.

 

You should therefore research the optimal workflow and best practices to address your task at hand manually through the user interface first.

 

To do so, please discuss and analyse it with an experienced application engineer, product usage expert, or product support.

 

Once you have got that part sorted out, it is time to step up into the programming environment.

 

I hope this clarifies.

  



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes
Message 3 of 3

ChGwo
Participant
Participant
Got it, Thank you for your reply.
0 Likes