mariuszhermansdorfer
mariuszhermansdorfer
I guess @czc98 means a 3d curve offset constrained to the mesh surface. In this case, this recent Siggraph paper on winding numbers on discrete surfaces could come in handy:...
> Thanks for one more great reference. But as far as I can see this paper deals with a set of closed curves on a surface (or closed curves with...
Thanks @nmwsharp. I've reached out to Math on LinkedIn and we are liaising about how to revive his plugin.
Thanks @Grantim! Could you please show an example on how to call the makeRegularGridMesh function on an existing mesh or a closed curve?
Super! It was #1382 that I was looking for and `DistanceMap` is the way to go about it. One more question, is there a way to limit the output of...
Hey @Grantim, I'm testing the above code and have a few questions still. Could you please help me resolve these? 1. DistanceMap with input mesh works super good! 2. DistanceMap...
Thanks @Grantim! For 2. I'll triangulate the input contour first and run a distance map on this mesh. A few comments to 3: Polyline2 doesn't have a constructor which would...
OK, this is a super simple polyline with the following vertices: ``` v -18.360707888498766 -0.32774690489587788 14.422012291528848 v -7.6229552286595457 -1.083248162243623 14.422012291528848 v -4.9839390508489556 7.5979974866691968 14.422012291528848 v -18.873149284948191 7.8239787801343388 14.422012291528848 ``` But...
Thanks @Grantim! Confirmed :)
Hey @Grantim, I'm revisiting this topic with two, hopefully minor, feature requests: 1. As far as I can understand DistanceMap internally performs RayMeshIntersections: https://github.com/MeshInspector/MeshLib/blob/9fe3308bc26b71ea3c886a6ae5013bfa7e6c9062/source/MRMesh/MRDistanceMap.cpp#L318-L339 Could there be an option to...