Add privacy-safe CAD compatibility report export - #48
Closed
KiYouJyo wants to merge 7 commits into
Closed
Conversation
Owner
Author
|
Superseded by PR #52 and the published SpatialViewer v0.4.2 release. The compatibility-report exporter was ported onto the current v0.4.1 baseline, updated for CadCore v0.12.10, passed Windows CI, and shipped without reverting the Rhino 0.4.1 fixes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
After v0.3.10 still renders the real Xiangyuan drawing as outlines only, stop guessing display primitives and make the app export the structural compatibility evidence needed to identify skipped ObjectARX proxy commands.
Adds
CadDocumentDesktop/SpatialViewer Diagnostics(LocalAppData fallback) and copies the report path to the clipboardPrivacy boundary
The exporter uses an explicit metadata allow-list. It does not serialize the source drawing filename/path, entity handles, target handles, layer names, coordinates, raw property values, colors, text content, raw DWG/DXF bytes, or complete entity metadata.
The new raw-command fields will populate when the app ships with the corresponding CadCore diagnostic release; the exporter remains compatible when those fields are absent.