DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
333 stars 186 forks source link

Dynamo crash on placing generic annotation family with FamilyInstance.ByPointAndLevel #2908

Open jnoordzij87 opened 1 year ago

jnoordzij87 commented 1 year ago

Dynamo version

image

Revit version

image

Operating system

image

What did you do?

Trying to place generic annotation families using Dynamo node FamilyInstance.ByPointAndLevel. As point input, I am using a list of points generated from curve geometry. Using this list of points, Dynamo crashes. Using other points, it succeeds.

As described in my topic on the Dynamo forum (https://forum.dynamobim.com/t/dynamo-crash-on-placing-generic-annotation-family-with-familyinstance-bypointandlevel/87383) there are some strange error messages concerning modeling range, which seem to me like they do not make sense, as I believe my model is not outside of the default range.

What did you expect to see?

Family instances placed without any issues.

What did you see instead?

Dynamo crashes.