diff --git a/documentation/revit-database-visualization.md b/documentation/revit-database-visualization.md index 85b742f..9c9b57f 100644 --- a/documentation/revit-database-visualization.md +++ b/documentation/revit-database-visualization.md @@ -5,15 +5,15 @@ RDV works for selected element/object in the tree and/or on the list. Available visualizations: - model coordinate system displayed at (0,0,0) -- for an Element, its bounding box with marked min and max points -- for a Rebar, its Normal and marked start and end points -- for an XYZ, small coordinate system at that point -- BoundingBoxXYZ, -- bounded Curve, -- Edge, -- Point, -- Soild, -- PlanarFace +- for an `Element`, its bounding box with marked min and max points +- for a `Rebar`, its Normal and marked start and end points +- for an `XYZ`, small coordinate system at that point +- `BoundingBoxXYZ`, +- bounded `Curve`, +- `Edge`, +- `Point`, +- `Soild`, +- `PlanarFace` diff --git a/sources/RevitDBExplorer/RevitDBExplorer.csproj b/sources/RevitDBExplorer/RevitDBExplorer.csproj index 8d42660..2a81e3b 100644 --- a/sources/RevitDBExplorer/RevitDBExplorer.csproj +++ b/sources/RevitDBExplorer/RevitDBExplorer.csproj @@ -55,7 +55,7 @@ true pdbonly 2025 - net7.0-windows + net8.0-windows @@ -71,7 +71,7 @@ full 2025 True - net7.0-windows + net8.0-windows @@ -83,8 +83,6 @@ - -