You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's about the Revit Connector, when importing back a ParameterUpdater object.
"//try to get element using UniqueId" is using the elementId again, but should this be the applicationId which would be used as uniqueId for Doc.GetElement()?
As far as I understood, it's also this Revit's uniqueId, which is saved as Speckle's applicationId when uploading.
When I adapt the ParameterUpdater properties to the given code, and use the applicationId also as elementId, it works (although it's apparently not the correct/original elementId).
samberger
changed the title
Should this be "applicationId"?
Revit Connector: Should this be "applicationId"?
May 7, 2024
samberger
changed the title
Revit Connector: Should this be "applicationId"?
Revit Connector: doesn't apply ParameterUpdater using applicationId
May 8, 2024
It's about the Revit Connector, when importing back a ParameterUpdater object.
"//try to get element using UniqueId" is using the
elementId
again, but should this be theapplicationId
which would be used as uniqueId forDoc.GetElement()
?As far as I understood, it's also this Revit's
uniqueId
, which is saved as Speckle'sapplicationId
when uploading.https://github.com/specklesystems/speckle-sharp/blob/b67e46c0dc3eee8572f4cf9c9cdef339949f536b/Objects/Converters/ConverterRevit/ConverterRevitShared/PartialClasses/UpdateParameter.cs#L30C45-L30C54
The text was updated successfully, but these errors were encountered: