DynamoDS / DynamoRevit

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

change int to long in some d4r tests #2882

Closed wangyangshi closed 1 year ago

wangyangshi commented 1 year ago

Purpose

1 some d4r test codes use the ElementId(int) to construct element id, this will be obsoleted. so change them to long.

2 change SpatialFieldManagerID to long, as in revit codes, I found they are regarded as element id. so also change it.