Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 579 Bytes

File metadata and controls

16 lines (11 loc) · 579 Bytes

Visualization Product Contract

Transient DirectContext3D overlays for Revit only. Not a shared multi-host rendering stack.

Behavior

  • Implementation lives under source/RevitDevTool/Visualization/.
  • Server-per-geometry-type with opaque + transparent passes.
  • Logging geometry listeners may feed visualization; shared libs must not take a DirectContext3D dependency.

Related