Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to build quadratic lines, triangles or polyhedrons ?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to build quadratic lines, triangles or polyhedrons ?


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] How to build quadratic lines, triangles or polyhedrons ?
  • Date: Mon, 23 Nov 2015 12:03:26 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:KlehmxUrh4vN/JsHCVKxPPdzlcvV8LGtZVwlr6E/grcLSJyIuqrYZhKDt8tkgFKBZ4jH8fUM07OQ6PC9HzNYqs/e+Fk5M7VyFDY9wf0MmAIhBMPXQWbaF9XNKxIAIcJZSVV+9Gu6O0UGUOz3ZlnVv2HgpWVKQka3CwN5K6zPF5LIiIzvjqbpq8CVPF0D3WX1SIgxBSv1hD2ZjtMRj4pmJ/R54TryiVwMRd5rw3h1L0mYhRf265T41pdi9yNNp6BprJYYAu2pN5g/GLdXBTBjP2Eu79DwrjHCSxGO7z0SSDY4iB1NVkL+4RvzRYvwvy2yku1n2S6GdY3ZQLcxVCi4/oliQwPvkjZGfXZt62XQkM13kORepDquohV+x8jfZ4TDZ6k2Rb/UYd5PHTkJZc1WTSEUWo4=
  • Organization: GeometryFactory

It is not possible.

Sebastien.

On 11/20/2015 04:33 PM, houssen wrote:
Hello,

How to build quadratic lines, triangles or polyhedrons ?

I am quite new to CGAL.
I succeeded to make my way across creating and manipulating lines
(Segment_3), triangles (Triangle_3), polyhedrons (Polyhedron_3) made of
straight lines in the 3D space.

I try to understand if it is possible (or not ?) to do the same with
splines (curved lines). That is, is it possible to create:
1. a spline (C1 curve) ?
2. a triangle bordered by splines ?
3. a polyhedron whose facets could be bordered by splines ?
If yes, how ? And can I manipulate them as I do it already ? (are there
some code samples related to this ?)

Franck





Archive powered by MHonArc 2.6.18.

Top of Page