tt-acm / DynamoForRebar

A Dynamo package for authoring geometrically complex rebar models in Revit 2016.
Other
40 stars 18 forks source link

ComputeDrawingCurves() #77

Closed gaborschnierer closed 6 years ago

gaborschnierer commented 6 years ago

hi moethu

Thanks for your contributions for keeping the project updated! Do you have any ideas about this error message?

Warning: Rebar.ByCurve operation failed. Method not found: 'System.Collection.Generic.IList 1 Autodesk.Revit.DB.Structure.Rebar.ComputedrawingCurves()'.

Clue: I'm using Revit 2019 [ObsoleteAttribute("This method is deprecated in Revit 2018 and will be removed in a future version. Use GetShapeDrivenAccessor().ComputeDrivingCurves() instead.")] http://www.revitapidocs.com/2018.1/cc949899-f482-635c-75e9-2924acdd4c6a.htm

image

moethu commented 6 years ago

thanks @gaborschnierer , already fixed that with this commit: https://github.com/tt-acm/DynamoForRebar/commit/b2bbd51e6ba728c6f27ef9b4ea0e869909898dcc however the package hasn't been updated yet. In the meantime please pull the binary directly from this repo: https://github.com/tt-acm/DynamoForRebar/blob/master/DynamoRebar.dll?raw=true and replace the one in your package.

gaborschnierer commented 6 years ago

Awesome, you're great! I'm about to leave for a week of vacation to Italy, no rebar till I'm back. Maybe the package gets updated in the meantime, so I can spare the binary. Thanks again!