Skip to content

Commit e2b69fb

Browse files
authored
Merge pull request #76 from EverseDevelopment/develop
Develop
2 parents b832824 + 90f8dc0 commit e2b69fb

File tree

4 files changed

+63
-2
lines changed

4 files changed

+63
-2
lines changed

README.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1-
# EVerse.Navisworks.VPByLevel
1+
# Veronica - Viewpoint by Level
22

3-
A tool to Viewpoint by level
3+
[<img src="https://s3.us-east-1.amazonaws.com/everse.assets/GithubReadme/Veronica.png">](https://github.com/EverseDevelopment/e-verse.Navisworks.ViewpointByLevel/wiki)
4+
<br/>
5+
6+
7+
This Navisworks Addin allows you to automatically create a viewpoint for each Revit Level with a slice place at the Level Elevation</h3>
8+
<br/>
9+
10+
If you appreciate the work put into this free add-in, please give a review on the [Autodesk AppStore](https://apps.autodesk.com/NAVIS/en/Detail/Index?id=601211669573384953&appLang=en&os=Win64).
11+
12+
## Getting Started
13+
14+
1. Load a Revit Model into Navisworks
15+
16+
2. Select the desired units
17+
18+
3. Define the offset
19+
20+
4. Click apply and the viewpoints will be created.
21+
22+
You are done!
23+
24+
## Current Version
25+
Veronica - viewpoint by level is currently built against Navisworks 2018,2019,2020,2021,2022,2023,2024,2025 and 2026
26+
27+
## Contributors
28+
This package is primarily managed by [E-verse](https://www.e-verse.co/) and by [People Like You™](https://github.com/EverseDevelopment/e-verse.Navisworks.ViewpointByLevel/pulse).
29+
30+
## Help improve glTF exporter
31+
If you're interested in contributing to Veronica Viewpoint by Level, just submit a [pull request](https://github.com/EverseDevelopment/e-verse.Navisworks.ViewpointByLevel/pulls) or a [feature request](https://github.com/EverseDevelopment/e-verse.Navisworks.ViewpointByLevel/issues) .
32+
33+
## Installation
34+
Looking to get the Veronica viewpoint by level add-in? Check out [Autodesk app store](https://apps.autodesk.com/NAVIS/en/Detail/Index?id=601211669573384953&appLang=en&os=Win64).
35+
36+
## About us ##
37+
38+
We are an international mix of AEC professionals, product designers, and software developers. We work together to transform construction requirements into accurate and partnership-driven technological solutions.
39+
40+
<p align="center" width="100%">
41+
<a href="https://www.e-verse.com/">
42+
<img src="https://s3.amazonaws.com/everse.assets/GithubReadme/e-verse_logo_no+slogan.jpg" align="center">
43+
</a>
44+
</p>

e-verse.Navisworks.ViewpointByLevel.2025/e-verse.Navisworks.ViewpointByLevel.2025.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,31 @@
3636
</Reference>
3737
<Reference Include="Autodesk.Navisworks.Api, Version=22.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
3838
<HintPath>..\packages\Speckle.Navisworks.API.2025.0.0\lib\net48\Autodesk.Navisworks.Api.dll</HintPath>
39+
<Private>False</Private>
3940
</Reference>
4041
<Reference Include="Autodesk.Navisworks.ComApi, Version=22.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
4142
<HintPath>..\packages\Speckle.Navisworks.API.2025.0.0\lib\net48\Autodesk.Navisworks.ComApi.dll</HintPath>
43+
<Private>False</Private>
4244
</Reference>
4345
<Reference Include="Autodesk.Navisworks.Controls, Version=22.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
4446
<HintPath>..\packages\Speckle.Navisworks.API.2025.0.0\lib\net48\Autodesk.Navisworks.Controls.dll</HintPath>
47+
<Private>False</Private>
4548
</Reference>
4649
<Reference Include="Autodesk.Navisworks.Interop.ComApi, Version=22.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
4750
<HintPath>..\packages\Speckle.Navisworks.API.2025.0.0\lib\net48\Autodesk.Navisworks.Interop.ComApi.dll</HintPath>
4851
<EmbedInteropTypes>True</EmbedInteropTypes>
4952
</Reference>
5053
<Reference Include="navisworks.gui.common, Version=22.0.0.0, Culture=neutral, processorArchitecture=AMD64">
5154
<HintPath>..\packages\Speckle.Navisworks.API.2025.0.0\lib\net48\navisworks.gui.common.dll</HintPath>
55+
<Private>False</Private>
5256
</Reference>
5357
<Reference Include="navisworks.gui.interface, Version=22.0.0.0, Culture=neutral, processorArchitecture=AMD64">
5458
<HintPath>..\packages\Speckle.Navisworks.API.2025.0.0\lib\net48\navisworks.gui.interface.dll</HintPath>
59+
<Private>False</Private>
5560
</Reference>
5661
<Reference Include="navisworks.gui.roamer, Version=22.0.0.0, Culture=neutral, processorArchitecture=AMD64">
5762
<HintPath>..\packages\Speckle.Navisworks.API.2025.0.0\lib\net48\navisworks.gui.roamer.dll</HintPath>
63+
<Private>False</Private>
5864
</Reference>
5965
<Reference Include="PresentationCore" />
6066
<Reference Include="PresentationFramework" />

e-verse.Navisworks.ViewpointByLevel.2026/e-verse.Navisworks.ViewpointByLevel.2026.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,31 @@
3636
</Reference>
3737
<Reference Include="Autodesk.Navisworks.Api, Version=23.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
3838
<HintPath>..\packages\Speckle.Navisworks.API.2026.0.1\lib\net48\Autodesk.Navisworks.Api.dll</HintPath>
39+
<Private>False</Private>
3940
</Reference>
4041
<Reference Include="Autodesk.Navisworks.ComApi, Version=23.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
4142
<HintPath>..\packages\Speckle.Navisworks.API.2026.0.1\lib\net48\Autodesk.Navisworks.ComApi.dll</HintPath>
43+
<Private>False</Private>
4244
</Reference>
4345
<Reference Include="Autodesk.Navisworks.Controls, Version=23.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
4446
<HintPath>..\packages\Speckle.Navisworks.API.2026.0.1\lib\net48\Autodesk.Navisworks.Controls.dll</HintPath>
47+
<Private>False</Private>
4548
</Reference>
4649
<Reference Include="Autodesk.Navisworks.Interop.ComApi, Version=23.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
4750
<HintPath>..\packages\Speckle.Navisworks.API.2026.0.1\lib\net48\Autodesk.Navisworks.Interop.ComApi.dll</HintPath>
4851
<EmbedInteropTypes>True</EmbedInteropTypes>
4952
</Reference>
5053
<Reference Include="navisworks.gui.common, Version=23.0.0.0, Culture=neutral, processorArchitecture=AMD64">
5154
<HintPath>..\packages\Speckle.Navisworks.API.2026.0.1\lib\net48\navisworks.gui.common.dll</HintPath>
55+
<Private>False</Private>
5256
</Reference>
5357
<Reference Include="navisworks.gui.interface, Version=23.0.0.0, Culture=neutral, processorArchitecture=AMD64">
5458
<HintPath>..\packages\Speckle.Navisworks.API.2026.0.1\lib\net48\navisworks.gui.interface.dll</HintPath>
59+
<Private>False</Private>
5560
</Reference>
5661
<Reference Include="navisworks.gui.roamer, Version=23.0.0.0, Culture=neutral, processorArchitecture=AMD64">
5762
<HintPath>..\packages\Speckle.Navisworks.API.2026.0.1\lib\net48\navisworks.gui.roamer.dll</HintPath>
63+
<Private>False</Private>
5864
</Reference>
5965
<Reference Include="PresentationCore" />
6066
<Reference Include="PresentationFramework" />

e-verse.Navisworks.ViewpointByLevel.Common/PackageContents.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,12 @@
4343
<RuntimeRequirements OS="Win64" Platform="NAVMAN|NAVSIM" SeriesMin="Nw21" SeriesMax="Nw21" />
4444
<ComponentEntry AppName="Viewpoint By Level for Autodesk® Navisworks®" AppType="ManagedPlugin" Version="1.0.0.0" ModuleName="./Contents/dlls/2024/Veronica.ViewpointByLevel.dll" AppDescription="Viewpoint By Level." />
4545
</Components>
46+
<Components Description="2025">
47+
<RuntimeRequirements OS="Win64" Platform="NAVMAN|NAVSIM" SeriesMin="Nw22" SeriesMax="Nw22" />
48+
<ComponentEntry AppName="Viewpoint By Level for Autodesk® Navisworks®" AppType="ManagedPlugin" Version="1.0.0.0" ModuleName="./Contents/dlls/2025/Veronica.ViewpointByLevel.dll" AppDescription="Viewpoint By Level." />
49+
</Components>
50+
<Components Description="2026">
51+
<RuntimeRequirements OS="Win64" Platform="NAVMAN|NAVSIM" SeriesMin="Nw23" SeriesMax="Nw23" />
52+
<ComponentEntry AppName="Viewpoint By Level for Autodesk® Navisworks®" AppType="ManagedPlugin" Version="1.0.0.0" ModuleName="./Contents/dlls/2026/Veronica.ViewpointByLevel.dll" AppDescription="Viewpoint By Level." />
53+
</Components>
4654
</ApplicationPackage>

0 commit comments

Comments
 (0)