-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6f9ee2
commit bd8eb56
Showing
1 changed file
with
207 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,207 @@ | ||
<p><head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<link rel="stylesheet" type="text/css" href="bc.css"></p> | ||
<!-- https://highlightjs.org/#usage | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script> | ||
<script>hljs.highlightAll();</script> | ||
--> | ||
|
||
<!-- https://prismjs.com --> | ||
<p><link href="https://cdn.jsdelivr.net/npm/[email protected]/themes/prism.min.css" rel="stylesheet" /></p> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/components/prism-core.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/autoloader/prism-autoloader.min.js"></script> | ||
<style> code[class*=language-], pre[class*=language-] { font-size : 90%; } </style> | ||
<p></head></p> | ||
<!--- | ||
https://www.linkedin.com/feed/update/urn:li:activity:7206337441664749569?utm_source=share&utm_medium=member_desktop | ||
Roman Karpovich | ||
Revit Geometry Visualization | ||
Introducing the new Geometry Visualization feature in RevitLookup! Now you can visualize various geometry objects directly within the interface. Enhance your BIM workflow with this powerful tool! | ||
https://lnkd.in/dgZk9q7T | ||
hashtag#Revit hashtag#BIM hashtag#Geometry hashtag#AEC | ||
Activate to view larger image, | ||
Image preview | ||
Activate to view larger image, | ||
likelovecelebrate | ||
208 | ||
twitter: | ||
RevitLookup earns 1000 GitHub stars and implementes BIM element geometry visualization and Wiki for the @AutodeskRevit #RevitAPI #BIM @DynamoBIM https://autode.sk/lookupgeometry | ||
New RevitLookup BIM element geometry visualization, and 1000 GitHub stars | ||
– Versions 2025.0.5, 2025.0.6 and 2025.0.7 | ||
– Wiki... | ||
linkedin: | ||
#BIM #DynamoBIM #AutodeskAPS #Revit #API #IFC #SDK #Autodesk #AEC #adsk | ||
the [Revit API discussion forum](http://forums.autodesk.com/t5/revit-api-forum/bd-p/160) thread | ||
<center> | ||
<img src="img/" alt="" title="" width="600"/> | ||
<p style="font-size: 80%; font-style:italic"></p> | ||
</center> | ||
--> | ||
|
||
<h3>RevitLookup Geometry Visualisation</h3> | ||
<p>A small step for Roman, a giant leap for the Revit add-in developer community:</p> | ||
<ul> | ||
<li><a href="#2">1000 stars on GitHub</a></li> | ||
<li><a href="#3">RevitLookup Geometry Visualization</a></li> | ||
<li><a href="#4">RevitLookup 2025.0.5</a></li> | ||
<li><a href="#5">RevitLookup 2025.0.6</a></li> | ||
<li><a href="#6">RevitLookup 2025.0.7</a></li> | ||
<li><a href="#7">Versions and Visualisation Wiki</a></li> | ||
</ul> | ||
<p>RevitLookup has been rewarded 1000 well-earned stars on GitHub. | ||
To celebrate, | ||
Roman <a href="https://t.me/nice3point">@Nice3point</a> Karpovich, aka Роман Карпович, | ||
presents a huge new chunk of RevitLookup functionality enabling Revit BIM element geometry visualization.</p> | ||
<h4><a name="2"></a> 1000 Stars and Geometry Visualisation</h4> | ||
<p>We are proud to share that RevitLookup has achieved 1000 stars on GitHub! | ||
This milestone is a testament to its value and the dedication of our community. | ||
Thank you for helping us reach this landmark!</p> | ||
<p><center> | ||
<a href="https://star-history.com/#jeremytammik/RevitLookup&Date"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=jeremytammik/RevitLookup&type=Date" /> | ||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=jeremytammik/RevitLookup&type=Date" /> | ||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=jeremytammik/RevitLookup&type=Date" /> | ||
</picture> | ||
</a> | ||
</center></p> | ||
<p>To celebrate it, we are excited to introduce a major new feature in this release that will transform your interaction with models, offering a deeper understanding of the geometric objects that constitute your models:</p> | ||
<h4><a name="3"></a> RevitLookup Geometry Visualization</h4> | ||
<blockquote> | ||
<p>Introducing the new Geometry Visualization feature in RevitLookup! | ||
Now you can visualize various geometry objects directly within the interface. | ||
Enhance your BIM workflow with this powerful tool!</p> | ||
</blockquote> | ||
<p><center> | ||
<img src="img/geovis01.jpg" alt="RevitLookup geometry visualisation" title="RevitLookup geometry visualisation" width="600"/> | ||
</center></p> | ||
<p>It is built using the Revit API <code>DirectContext3D</code> functionality and described in | ||
the <a href="https://github.com/jeremytammik/RevitLookup/wiki/Visualization">wiki documentation of RevitLookup Geometry Visualization</a>. | ||
It was mainly implemented in release 2025.0.5, with further enhancements following in 2025.0.6 and 2025.0.7.</p> | ||
<p>Please feel free to submit your feedback, wishes and suggestions regarding visualization in | ||
the <a href="https://github.com/jeremytammik/RevitLookup/pull/245">comments on pull request 245</a>.</p> | ||
<h4><a name="4"></a> RevitLookup 2025.0.5</h4> | ||
<p><a href="https://github.com/jeremytammik/RevitLookup/releases/edit/2025.0.6">RevitLookup 2025.0.5</a> includes | ||
comprehensive geometry visualization capabilities, enabling users to visualize various geometry objects directly within the RevitLookup interface.</p> | ||
<p>In Revit, geometry is at the core of every model. | ||
Whether you are dealing with simple shapes or intricate structures, having the ability to visualize geometric elements can significantly improve your workflow, analysis and understanding of the BIM.</p> | ||
<p>To illustrate the power of these visualization capabilities, here are samples of the geometric objects you can now explore directly within RevitLookup:</p> | ||
<p>Mesh:</p> | ||
<p><center> | ||
<img src="img/geovis02mesh.png" alt="Mesh" title="Mesh" width="600"/> | ||
</center></p> | ||
<p>Face:</p> | ||
<p><center> | ||
<img src="img/geovis03face.png" alt="Face" title="Face" width="600"/> | ||
</center></p> | ||
<p>Solid:</p> | ||
<p><center> | ||
<img src="img/geovis04solid.png" alt="Solid" title="Solid" width="600"/> | ||
</center></p> | ||
<p>Curve:</p> | ||
<p><center> | ||
<img src="img/geovis05curve.png" alt="Curve" title="Curve" width="600"/> | ||
</center></p> | ||
<p>Edge:</p> | ||
<p><center> | ||
<img src="img/geovis06edge.png" alt="Edge" title="Edge" width="600"/> | ||
</center></p> | ||
<p>BoundingBox:</p> | ||
<p><center> | ||
<img src="img/geovis07boundingbox.png" alt="BoundingBox" title="BoundingBox" width="600"/> | ||
</center></p> | ||
<p>XYZ:</p> | ||
<p><center> | ||
<img src="img/geovis08xyz.png" alt="XYZ" title="XYZ" width="600"/> | ||
</center></p> | ||
<p>For detailed documentation, check | ||
the <a href="https://github.com/jeremytammik/RevitLookup/wiki/Visualization">wiki documentation of RevitLookup Geometry Visualization</a>.</p> | ||
<p>Feel free to leave comments and suggestions regarding visualization in | ||
the <a href="https://github.com/jeremytammik/RevitLookup/pull/245">pill request 245</a>. | ||
Your input help improve this tool for everyone in the Revit community.</p> | ||
<p>Other improvements include:</p> | ||
<ul> | ||
<li><strong>BoundingBoxXYZ</strong> class support<ul> | ||
<li>Added <code>Bounds</code> method support</li> | ||
<li>Added <code>MinEnabled</code> method support</li> | ||
<li>Added <code>MaxEnabled</code> method support</li> | ||
<li>Added <code>BoundEnabled</code> method support</li> | ||
</ul> | ||
</li> | ||
<li>Added <strong>Edit parameter</strong> icon</li> | ||
<li>Added <strong>Select</strong> context menu action for Reference type</li> | ||
<li>Added <strong>Export family size table</strong> for FamilySizeTableManager type by @SergeyNefyodov in https://github.com/jeremytammik/RevitLookup/pull/244</li> | ||
</ul> | ||
<p>Added new extensions:</p> | ||
<ul> | ||
<li>Application: GetFormulaFunctions – Gets list of function names supported by formula engine</li> | ||
<li>Application: GetFormulaOperators – Gets list of operator names supported by formula engine</li> | ||
<li>BoundingBoxXYZ: Centroid – Gets the bounding box center point</li> | ||
<li>BoundingBoxXYZ: Vertices – Gets list of bounding box vertices</li> | ||
<li>BoundingBoxXYZ: Volume – Evaluate bounding box volume</li> | ||
<li>BoundingBoxXYZ: SurfaceArea – Evaluate bounding box surface area</li> | ||
<li>Document: GetAllGlobalParameters – Returns all global parameters available in the given document</li> | ||
<li>Document: GetLightGroupManager – Gets a light group manager object from the given document</li> | ||
<li>Document: GetTemporaryGraphicsManager – Gets a TemporaryGraphicsManager reference of the document</li> | ||
<li>Document: GetAnalyticalToPhysicalAssociationManager – Gets a AnalyticalToPhysicalAssociationManager for this document</li> | ||
<li>Document: GetFamilySizeTableManager – Gets a FamilySizeTableManager from a Family</li> | ||
<li>UIApplication: CurrentTheme – Gets a current theme</li> | ||
<li>UIApplication: CurrentCanvasTheme – Gets a current canvas theme</li> | ||
<li>UIApplication: FollowSystemColorTheme – Indicate if the overall theme follows operating system color theme</li> | ||
<li>View: GetSpatialFieldManager – Retrieves manager object for the given view</li> | ||
</ul> | ||
<p>Hope everyone enjoys the new release. | ||
Thanks!</p> | ||
<p>Made with love by <a href="https://t.me/nice3point">@Nice3point</a>.</p> | ||
<h4><a name="5"></a> RevitLookup 2025.0.6</h4> | ||
<p><a href="https://github.com/jeremytammik/RevitLookup/releases/edit/2025.0.6">RevitLookup 2025.0.6</a> implements:</p> | ||
<ul> | ||
<li><a href="https://github.com/jeremytammik/RevitLookup/issues/250">Visualization dark theme support</a></li> | ||
<li><a href="https://github.com/jeremytammik/RevitLookup/compare/2025.0.5...2025.0.6">Full changelog</a></li> | ||
</ul> | ||
<h4><a name="6"></a> RevitLookup 2025.0.7</h4> | ||
<p><a href="https://github.com/jeremytammik/RevitLookup/releases/edit/2025.0.7">RevitLookup 2025.0.7</a> implements | ||
solid scaling, theme synchronisation with Revit and other improvements:</p> | ||
<p>Solid scaling:</p> | ||
<p>Visualisation now supports scaling a solid, relative to its centre. | ||
Exploring small objects is now even easier, cf., | ||
<a href="https://github.com/jeremytammik/RevitLookup/issues/251">issue 251</a>:</p> | ||
<p><center> | ||
<img src="img/geovis09solid2.png" alt="Solid scaling" title="Solid scaling" width="600"/> | ||
</center></p> | ||
<p>Theme synchronisation with Revit:</p> | ||
<p>Starting with Revit 2024, you can choose to automatically change the RevitLookup theme. | ||
Fans of darker colors will no longer have to dig through the settings every time:</p> | ||
<p><center> | ||
<img src="img/geovis10theme.png" alt="Theme synchronisation" title="Theme synchronisation" width="600"/> | ||
</center></p> | ||
<p>Other improvements:</p> | ||
<ul> | ||
<li>Improved arrow position for vertical edges on visualization</li> | ||
<li>Multithreading visualization support. Changing settings now does not affect rendering. Previously there were artifacts due to fast settings changes</li> | ||
</ul> | ||
<p>New <code>Element</code> extensions:</p> | ||
<ul> | ||
<li>GetCuttingSolids – Gets all the solids which cut the input element</li> | ||
<li>GetSolidsBeingCut – Get all the solids which are cut by the input element</li> | ||
<li>IsAllowedForSolidCut – Validates that the element is eligible for a solid-solid cut</li> | ||
<li>IsElementFromAppropriateContext – Validates that the element is from an appropriate document</li> | ||
</ul> | ||
<h4><a name="7"></a> Versions and Visualisation Wiki</h4> | ||
<ul> | ||
<li><a href="https://github.com/jeremytammik/RevitLookup/wiki/Versions">RevitLookup versioning</a></li> | ||
<li><a href="https://github.com/jeremytammik/RevitLookup/wiki/Visualization">RevitLookup visualization</a></li> | ||
</ul> |