Conversation
iTwin/itwinjs-core#7512 makes the internal APIs `IModelDb.nativeDb` and `IModelHost.platform` inaccessible outside of the core-backend package. --------- Co-authored-by: nick.tessier <22119573+nick4598@users.noreply.github.com> Co-authored-by: Daniel Rodriguez <DanRod1999@users.noreply.github.com> Co-authored-by: Arun George <11051042+aruniverse@users.noreply.github.com> Co-authored-by: Arun George <aruniverse@users.noreply.github.com>
|
We can probably publish and try and merge this PR @aruniverse |
You can publish a new pre release but let's hold off on the 2.0 for now. I want to review this PKG a bit more |
| } | ||
| private accountForPartialViewDefinition2d(elementProps: ElementProps): void { | ||
| const view2d = elementProps as unknown as ViewDefinition2d; | ||
| // if the ViewDefinition2d has a baseModelId, it should be a valid Id64String otherwise insert/get operations will fail. |
There was a problem hiding this comment.
@khanaffan @MichaelSwigerAtBentley, would appreciate reviewing this func, as the issue started after some of you're guys work in native. I think Mike worked with Anmol a bit on this, but wanted a quick review to make sure this logic seems sound. Lgtm, but want to make sure temporarily setting this baseModelId wouldn't have unanticipated consequences before the correct value is reconciled. Thanks!
There was a problem hiding this comment.
So its just assigning a placeholder 0x1 as the baseModelId in cases where it is defined but not a valid Id64?
|
All usages of |
|
@itwin/transformation-service can you guys please help in reviewing the changes here? |
No description provided.