Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to return new points and new faces when cut a mesh with plane using clip?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to return new points and new faces when cut a mesh with plane using clip?


Chronological Thread 
  • From: Maxime Gimeno <>
  • To:
  • Subject: Re: [cgal-discuss] How to return new points and new faces when cut a mesh with plane using clip?
  • Date: Mon, 30 Mar 2020 09:31:09 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:rGuRfBIPFLvzzzlDCNmcpTZWNBhigK39O0sv0rFitYgUK/vxwZ3uMQTl6Ol3ixeRBMOAtKIC1rKempujcFJDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBWB6kC09iMYTxXjKRJudKOyAZ/Xl83x1uao+pSVbR8Pnyu4ebo1LRO4qkLaucASxIdjMa0s0QCannwdcOtfwSZkJEmYgg3nzsa25p9qtSpK6Nw78MsVdKzqfqE1BZNZCTkgNChh4cT7tBzOCwSO43YaVU0ZlxNJB07O6xSsDcS5iTfzqucogHrSBsbxV71hAW3/vZcucwfhjWI8DxB88GzTjZYt3qdSoRbkoAAmhoCIPseaM/1xeq6bdtQfFzIYD5RhEhdZC4b5VLMhSu8IPOJWtY74/gJcoh63BA3qD+TqmGYR2i3GmJYi2uFkKjnomRQ6FotX4nvRpdTxcqwVVLLtwQ==

Hello, 
I answered you on stack overflow here: https://stackoverflow.com/questions/60897688/how-to-return-new-points-and-new-faces-when-cut-a-mesh-with-plane-using-clip/60925856#60925856

Le sam. 28 mars 2020 à 06:53, xiaojin <> a écrit :
I have known that I can cut a closed mesh with plane using clip function as
follow:

Polygon_mesh_processing/internal/clip.h
template <class TriangleMesh, class Plane_3>
void clip(TriangleMesh& tm, const Plane_3& plane, bool close);

And I can get a return closed mesh, but I also want to get the new faces and
new points added by clip function, How can I do that?



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

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss





Archive powered by MHonArc 2.6.18.

Top of Page