docs: refactor and promote object context documentation to dedicated guide

This commit is contained in:
AndreaRigoni
2026-04-17 12:33:37 +00:00
parent 16ae404d66
commit d771269efa
2 changed files with 1 additions and 3 deletions

View File

@@ -27,4 +27,3 @@ In the Geant4/HEP domain, visibility and placement follow a strict two-tier hier
## 4. Best Practices & Checks
- **TRS Logic**: Always apply transformations to the `PhysicalVolume`. Changes to a `LogicalVolume` will affect all its instances but will not move them.
- **Dependency Tracking**: Use the tree structure to identify shared references. Changing a property on a shared object affects all parent nodes that reference it.