Conversation
make it more generic and use node visitors
Used for logging warnings
add dynamic plot settings class visit mesh oriented transform node under an env var style
fix the point cloud node visitor
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (40.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #1268 +/- ##
==========================================
- Coverage 85.96% 85.93% -0.04%
==========================================
Files 39 39
Lines 2544 2545 +1
==========================================
Hits 2187 2187
- Misses 357 358 +1 🚀 New features to boost your workflow:
|
|
@koubaa let me test this on examples. |
Use new mechanical API to get the scenegraph for meshes and results
Add handling for line bodies, point clouds, arbitrary scenegraph structure, and MeshOrientedTransformNode (under an env var, it isn't correct)
To render a mesh:
app.plot(app.Model.Mesh)To render a result:
app.plot(app.Model.GetChildren(DataModelObjectCategory.Result, True)[0])