feat(properties): fill solid-history + viewport clipped rows
Bump acadrust to ef0e231 (region/body history handle + viewport clip boundary now stored) and populate the rows the builders left blank: - Solid3D / Body "Show History": derived from the history handle's presence (there is no separate stored bool — the DWG carries only the H 350 history link). - Body "History": the history handle, matching how Solid3D already shows it. - Viewport "Clipped": Yes when the clip-boundary handle is non-NULL. Hatch Origin X/Y and Boundary retention stay blank by design: they are not part of the persisted AcDbHatch record in DWG or DXF (retention is a BHATCH command setting), so there is nothing to read. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
f50ad0dde4
commit
1523eda00f
3 changed files with 28 additions and 8 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -71,7 +71,7 @@ checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618"
|
|||
[[package]]
|
||||
name = "acadrust"
|
||||
version = "0.4.0"
|
||||
source = "git+https://github.com/HakanSeven12/acadrust?branch=main#a46cb8b3a2e5523bbd28e5afa0f8efb7ae291c50"
|
||||
source = "git+https://github.com/HakanSeven12/acadrust?branch=main#ef0e2310c3b2449cf28f8da02c22b831cdc4a50b"
|
||||
dependencies = [
|
||||
"ahash 0.8.12",
|
||||
"anyhow",
|
||||
|
|
|
|||
Loading…
Reference in a new issue