You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Manual Control** - Use `ClearGeometry` to remove geometry on demand, `Clear Log` to clear log messages
117
+
-**Performance Optimized** - Efficient rendering/Disposal of geometry
118
+
-**Supports Mixed Geometry Types** - Trace collections of different geometry types in one call
118
119
119
120
#### How to Use Geometry Visualization
120
121
@@ -168,14 +169,6 @@ var geometries = new List<GeometryObject> { face, curve, solid };
168
169
Trace.Write(geometries);
169
170
```
170
171
171
-
4.**Clear Traced Geometry**:
172
-
173
-
```csharp
174
-
// Clear all traced geometry for the current document
175
-
// Use the "Clear Geometry" button in the UI, or programmatically:
176
-
// (This happens automatically via the UI button)
177
-
```
178
-
179
172
#### Python/IronPython Geometry Visualization
180
173
181
174
```python
@@ -301,7 +294,14 @@ RevitDevTool works with multiple programming languages and scripting environment
301
294
302
295
### 🔍 Troubleshooting
303
296
304
-
-**No Geometry Visible**: Ensure the logger is enabled and you're viewing the correct 3D view
305
-
-**Geometry Persists**: Use "Clear Geometry" button or close/reopen the document
297
+
-**No Geometry Visible**: Ensure the logger is enabled and you can reset by toggling the `Start/Stop Listener`
298
+
-**Geometry Persists**: Use "Clear Geometry" button
306
299
-**Missing Logs**: Check that the log level is set appropriately for your trace calls
307
-
-**Performance Issues**: Reduce the number of geometry objects traced simultaneously
300
+
-**Performance Issues**: Reduce the number of geometry objects traced simultaneously
301
+
302
+
## Acknowledgments
303
+
304
+
Special thanks to:
305
+
306
+
-[**RevitLookup**](https://github.com/lookup-foundation/RevitLookup) - For the beautiful DirectContext3D implementation that powers our geometry visualization
307
+
-[**RevitDevTool (Original)**](https://github.com/Zhuangkh/RevitDevTool) - For the original idea and inspiration for this project
0 commit comments