- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
after posting a Tool
- for converting polyline-crossections to 2D-splines for building up CAD-geometry from mesh-models (https://forums.autodesk.com/t5/inventor-forum/tool-convert-polyline-to-spline-2d/m-p/8779347) and
- for building curves on a mesh-model-surface (https://forums.autodesk.com/t5/inventor-forum/tool-curves-on-mesh/td-p/8830791)
here is another tool for re-engineering mesh-models which enables you to pick three or four points on the mesh and connect them with a "mesh of lines", so you are able to generate a CAD-surface given by it's boundaries and internal railcurves.
NOTE: to use the tool you have to convert your STL-file with the Mesh-Enabler to a "CAD-triangulation".
You can choose 4 points to get a quadrangular surface. You can also generate a triangular surface-line-set by using the the same point-number on two surface-corners.
After calculating the set of curves for the surface a preview is shown where you can decide wether you want do keep the 3D-splines or not.
The process first finds the shortest path between the surface-corners, straighten the line in an iterative way where the points are smoothed and projected onto the surface. Later on a mesh of curves is generated within the given boundaries.
In the pictures you see some samples of the surfaces on the bunny-mesh. Don't worry about the coloured mesh-triangles - this is done manually for giving a reference.
There are still some disadvantages:
- the tool does not calculate any tangent at the end of the curves. So if you stitch two surfaces the transition might not be so smooth as in the mesh-model
- because most of the surfaces are calculated with different number of railcurves ther might be small gaps between two adjacent surfaces.
- the tool is, is relative time expensive. I think this could be optimized by using the algorithm within an plugin instead of VBA which is known to act rather slow ... or an implementation as an Inventor-feature by the autodesk coding team itself ๐
As the last time I hope that this will help some people out and maybe we can welcome that feature in Inventor in the future ....
Best Regards
Solved! Go to Solution.