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: houssen <>
  • To: <>
  • Subject: Re: [cgal-discuss] How to build quadratic lines, triangles or polyhedrons ?
  • Date: Mon, 23 Nov 2015 11:58:28 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:fZ7PBRSQTGePqKzSDqCzEYt1QNpsv+yvbD5Q0YIujvd0So/mwa64ZxaN2/xhgRfzUJnB7Loc0qyN4/2mBjRLuMnJmUtBWaIPfidNsd8RkQ0kDZzNImzAB9muURYHGt9fXkRu5XCxPBsdMs//Y1rPvi/6tmZKSV3BPAZ4bt74BpTVx5zukbviptuMO04R23KUWvBbElaflU3prM4YgI9veO4a6yDihT92QdlQ3n5iPlmJnhzxtY+a9Z9n9DlM6bp6r5YTGfayQ6NtGbdXBTBjP2Eu79DwrjHCSxGO7z0SSDNFvABPBl3F6wzhRZr3+n/6sfdmwyScFczuQqhyVy70vPQjcwPhlCpSb21xy2rQkMEl1K8=

No idea ?
Do I have to implement "my quadratic shapes" ? If yes, any clue on the way to proceed ?

Franck

Le 2015-11-20 16:33, houssen a écrit :
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