Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Advancing front surface reconstruction help

Subject: CGAL users discussion list

List archive

[cgal-discuss] Advancing front surface reconstruction help


Chronological Thread 
  • From: HDYNE <>
  • To:
  • Subject: [cgal-discuss] Advancing front surface reconstruction help
  • Date: Sun, 14 Mar 2021 16:07:05 -0500 (CDT)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Fail ; spf=Pass
  • Ironport-hdrordr: A9a23:gldSUKEfPOycug9LpLqE/8eALOonbusQ8zAX/m14VBA9SKelvu+0mvBz73LJoRIcQmspl9zFGKToexnh3KV464UQIruuNTOO0FeAFp1o7ofp3lTbdBHWy+g178tdT5Q=
  • Ironport-phdr: A9a23:HF6phBVZFjnw5fxIDoBH/wLrnULV8KxJVTF92vIco4ILSbyq+tHYBGea288FpGHAUYiT0f9Yke2e6/mmBTVRp8/b7ztdIdRlbFwssY0uhQsuAcqIWwXQDcXBSGgEJvlET0Jv5HqhMEJYS47UblzWpWCuv3ZJQk2sfQV6Kf7oFYHMks+5y/69+4HJYwVPmTGxfa5+IA+5oAnMssQam5ZuJrgzxxfGoHZFf/ldyH91K16Ugxvy/Nq78oR58yRXtfIh9spAXrv/cq8lU7FWDykoPn4s6sHzuhbNUQWA5n0HUmULiRVIGBTK7Av7XpjqrCT3sPd21TSAMs33SbA0Ximi77tuRRT1hioLKyI1/WfKgcF2kalVog+upwZnzoDaYI+bKvlwcL7SctwGSmRMRdpRWi5dDo+gc4cDE/QNMOBFpIf9vVsOqh6+CBGuCu3hyDBGnnD41rA93uQhCw7H3BEvEMwIsHjOsdr0NKESXv6uwanS0zrMdfdW2Szh6IfWbB8hpeuAUq53ccbLz0kuFhrIg1ONooPqIz2bzP4Cs3SH7+V+T+KvjXYqpg51rzahwsoglJTFip4Lx13E6yl0zpg5KcG2RkN0Y9OpHoVcui+aOoZqTM4vXWBltSI+x7MGt5O2cysHxIojyhPZdveJfY+I4hf5W+aQJzd1nG5qeL2liBa260Sgzff8Vsas3FZMtCVKicLDtnQT2BDJ9seHTf5980G80jiMzwDe8vxILEQwmKbBJZMswaQ8m5kSvEjZHyL7mUP7h7KMeEo+4Oin8eHnb63mppCCM490jRnzMqIhl8ClB+Q3KBMBUHOf+euizrHs4Ur5QLBSgv03lKnWrozaKNwGqqO9BwJZyIgu5hWlAzql0dkUh3gKIVNddBKClYfpOlXOIP7iDfe4hlShiDdryOrGP7L8HJrNKGLPn6rhfLZ79UFR0xAzws5F6JJQEbEBPOz8VVH1tNDCEhA5NBa4w+DmCdllzIMRRXqPArOFMKPVqVKH+u0vLPOIZIMMpTn9KuMl6OLzjX8igl8QZrKp3JsSaHCgBPtqOUSZYXz2gtcAC2gGpAQ+TPa5wGGFBDVcbnL3U6Mn7SwgE6qnC53CT8ajmu+vxiC+S716V0ZrQgSMGGbkeoPCV+YKZQqIL8ZliSAJWLznQIhn0wP451yy8KZuMueBon5QjpnkztUgv4X7pVQJ7TVxSv+l/SSVVWgctnkFTjstwK1ypQp2zRGFw/og69RoUOdL7vYMaT8UcJ7Ry+sSI9auHATIdN2NRRCtRdD0WFkZfpcK29YLJn1FNZCnhxHH0TCtBtc9jbGCAIco/6/YmXP2YcBvmSqu6Q==

Hi all,

I am developing a dedicated cad application for sheet metal processing; I am
taking a DXF and discretizing it (lines, arcs and circles) to a point cloud.
The aim is to build a 3D model where several operations can be performed
including folding (ideally using the Triangulated Surface Mesh Deformation
https://doc.cgal.org/latest/Surface_mesh_deformation/index.html).

I am currently using the advancing front surface reconstruction algorithm to
build my 3D mesh
(https://doc.cgal.org/latest/Advancing_front_surface_reconstruction/index.html),
however this fails (the mesh is far from correct) as soon as the part that I
am meshing is more complicated than just a square. I have read the paper
discussing this algorithm and they introduce the idea of planar, crease and
corner points. I was wondering how do I go about specifying a point to be a
crease? Since the DXF is a cut file, every point generated by the
discretization will be a crease and I am hoping that specifying this will
generate much more ideal results. The model doesn't have to be perfect as
this is simply a representation, the output file will be a modified DXF.

I would also like the output to work with the triangulated mesh deformation
as this is the next step in this application.

Any help would be much appreciated, or any suggestions for another way that
I can build a 3D model from a DXF would be of great help also.

I have attached some test files that have discretized:

hard_dxf.xyz
<http://cgal-discuss.949826.n4.nabble.com/file/t376291/hard_dxf.xyz>
medium_dxf.xyz
<http://cgal-discuss.949826.n4.nabble.com/file/t376291/medium_dxf.xyz>
easy_dxf.xyz
<http://cgal-discuss.949826.n4.nabble.com/file/t376291/easy_dxf.xyz>

Many regards,

Cheers, Hayden.



--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.19+.

Top of Page