Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CGAL evaluation: Three more features

Subject: CGAL users discussion list

List archive

[cgal-discuss] CGAL evaluation: Three more features


Chronological Thread 
  • From: "Riedel, Torge" <>
  • To: "" <>
  • Subject: [cgal-discuss] CGAL evaluation: Three more features
  • Date: Tue, 20 Nov 2018 16:03:33 +0000
  • Accept-language: de-DE, en-US
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=Pass
  • Ironport-phdr: 9a23:ufXIFhOpVx0kTRIinMcl6mtUPXoX/o7sNwtQ0KIMzox0LfX+rarrMEGX3/hxlliBBdydt6oUzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxlLiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0yRD+s7bpkSAXwhSkHKTA37X3XhMJzgqJavB2uqAdyzJTIbIyPLvdyYr/Rcc0cSGFcXshRTStBAoakYocBE+QBPPhXoJTjqFsKtRe1GBeiBOT1yj9HmHD607Ax3uM/Hw3cwAIgHswBv2nKo9XxL6odTf66zK/JzTXfdf9ZxCny5ZHOfxs8r/+MWrdwftDQyUkpDw7KkkufqYrkPzOJzOgCr2+b7+9mWOmyiGAnsxl8riWry8oikIXFm4EYx1Pe+SlkwIs4Ice0RUFjbdK5DJdcrT2WO5FrTs84Xm1kpDo2x7sbspChZicK0o4oxxvHZvyHbYeI5hXjWf6UITZ3mH5pZaiziAqs/kimy+38StO430pNripAitXMt3YN2ALP6sWfV/dw+kms1SyS2w3Q6exIO104mKrfJpI7zbM8jp8Tvl7CHi/ylkX2lqiWdkA89+iw8eTnfK7mq4efOoJ0igzyLrkhldChDesjNgUDR3aV9f6g2r3i40L2XatFjvktn6bFrp/aI8UbprKjDwBIzIkv8wy/ACu+0NQEgXkHK0pIdw6Ij4fzP1HCOe33Dfakg1uwjTdr3OvGM6b6ApTNK3jDiK3ucax8605a0gozzMpQ64haCrEbc7rPXRq7v9PRClo1Mhe/3v38INR7zIIXH2yVSOfNO6zbtRqE5/kkPvKXTI4Tojf0bfY/sa3Al3g8zBUnfKSl0J9TIEy/BPtraQ3NXTzWg9oNHGMitQc4TfCshFDUAm0bXGq7Q69pvmJzM4mhF4qWHtn80ozE5z+yG9htXk4DD1mNFXnycIDdA6UHZSSTPoltn25dDOTze8oazRir8TTC5f9/NOONon8TuJTiyJ556r+LzExgxXlPF82Yllq1YSR0k2cPHmFk2bAn+Ap2x1GCze5zhPkKTNE=

Hi CGAL-list,

 

in addition to my already done evaluation of CGAL there was a request to check and test for three more features:

 

1. Offset

Given a mesh (open / closed surface) we want to create a new mesh by offsetting each triangle of the mesh in its normal direction by a given value and then combining all the new triangles to a new mesh by (re)fitting their sizes (and maybe adding / remove triangles). I searched CGAL online documentation, but without luck to find something.

 

2. Swept-Volume

Given a mesh (open / closed surface) we want to create a new (closed) mesh by moving the mesh along a given path (I think approximated by a polygon).

 

I have found CGAL::Polygon_mesh_processing::extrude_mesh, but it is limited (documentation) to open surface meshes. If it would supported closed meshes too, I could use the signature with a Vector_3 on each line of the polygon one after another.

 

3. Smoothing

Given a mesh (open surface) we want to create a new mesh by smoothing it. Starting with a simple example: Given a maximum angle between two triangles (the normals), sharp angles between two triangles will be smoothened by decreasing the angle while keeping the edge. Neighbour triangles will be modified too.

 

I have not found a promising method yet.

 

Hope my explanation was somewhat clear, but I can give more information or paint pictures. It would be great if someone can help to go further.

 

Thank you and best regards
Torge


CENIT AG, Industriestrasse 52-54, 70565 Stuttgart, Tel.: +49 711 7825-30, Fax: +49 711 7825-4000, Internet: www.cenit.com
Geschaeftsstellen (Branch Offices): Berlin, Frankfurt, Hamburg, Hannover, Muenchen, Oelsnitz, Ratingen, Saarbruecken
Vorstandsmitglieder (Members of the Board): Kurt Bengel  (CEO), Matthias Schmidt  (CFO)
Aufsichtsratsmitglieder (Supervisory Board Members): Prof. Dr. Oliver Riedel (Vorsitzender des Aufsichtsrats / Chairman of the Supervisory Board), Stephan Gier, Ricardo Malta
Bankverbindungen (Bank Accounts):
Deutsche Bank (BLZ 600 700 70) Kto. 1661 040 IBAN : DE85 6007 0070 0166 1040 00 SWIFT-CODE : DEUTDESS,
Commerzbank (BLZ 600 400 71) Kto. 532 015 500 IBAN : DE83 6004 0071 0532 0155 00 SWIFT-Code : COBADEFF600,
Registergericht (Registry court): Amtsgericht Stuttgart
Handelsregister (Commercial Register): HRB Nr. 19117
Umsatzsteuer (VAT) ID: DE 147 862 777



Archive powered by MHonArc 2.6.18.

Top of Page