Open xiaodongdong101 opened 1 year ago
Hello!
Unfortunately right now we don't have such functionality, We will try to work on it later. Thanks for suggestion.
Thanks a lot.
We have
/// Offsets polyline by converting it to voxels and building iso-surface
/// do offset in all directions
/// so result mesh is always closed
[[nodiscard]] MRMESH_API Expected<Mesh, std::string> offsetPolyline( const Polyline3& polyline, float offset, const OffsetParameters& params = {} );
it is not exactly your case, but it prouce simular output.
Thanks a lot
If my curves are curved, how do I better avoid intersections?
You can use Offset tool to fix it (by casting to voxels and back) https://github.com/MeshInspector/MeshLib/blob/5bb227da3716ddffbc948428538a21061fcd3cb3/source/MRMesh/MROffset.h#L59-L61
Thanks
Hello,I find that solidworks have this function-swept surface. Will this special algorithm be added later?
Thanks for pointing on it, we will try to improve our algorithm later!
Is there a algorithm that can convert 3d polyline to a triangle mesh as shown above?