STEP-based design analysis pipeline #1578
DhruvaMyakeri
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
|
I was thinking it would be fun to try Alternating Sum of Volumes with Partitioning sometime - Manifold should have all the operations you need for that. Is that the kind of thing you're thinking of? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been building a pipeline that analyzes STEP CAD models and generates early engineering insights such as part archetype classification, manufacturability signals, structural heuristics, and material recommendations.
The system extracts geometric primitives from the model, derives normalized geometry signatures, and runs several inference stages before producing a structured engineering review report.
Right now the pipeline runs as a standalone Python tool.
I’m exploring possible geometry engines that could support deeper geometry reasoning and operations in the future, and Manifold caught my attention.
Curious if anyone here has used Manifold beyond modeling/boolean operations for geometry interrogation or analysis workflows.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions