DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
336 stars 187 forks source link

TextNote Selection #1709

Open IvaSerge opened 7 years ago

IvaSerge commented 7 years ago

Dynamo version

Dynamo Version 1.3.0

Operating system

Windows 10

Revit version

2017 (Rus)

What did you do?

Selecting of Annotation Text is not working 1-2

Also I try selecting elements in Python code. My code is here But note = doc.GetElement(noteId) selects None

What did you expect to see?

list of Text Notes

What did you see instead?

Null

I think it is the same bug as https://github.com/DynamoDS/DynamoRevit/issues/1664 TextNote works totally bad.

ksobon commented 7 years ago

seems to be working just fine on my machine:

image

Are you sure that the text note still exists in the model (it was not deleted in Central Model)?

IvaSerge commented 7 years ago

Text note do exists. We also discussed the issue on Russian Dynamo forum. The same problem occured in all Russian Revit localisations of 3 different users. You can check this on Dynamobim.ru

ksobon commented 7 years ago

cc: @jnealb this seems related to localization. Similar to https://github.com/DynamoDS/DynamoRevit/issues/1626 and https://github.com/DynamoDS/DynamoRevit/issues/1664

IvaSerge commented 7 years ago

It is localization problem. In Revit(Eng) works good.