- To: "Jheison Alberto Urzola H. 199809460" <jurzola@xxxxxxxxxxxxxxxxxx>
- Subject: Re: a griddset problem
- From: "From: Bill Hibbard <hibbard@xxxxxxxxxxxxxxxxx>" <billh@xxxxxxxxxxxxx>
- Date: Fri, 12 Oct 2001 19:33:54 -0500 (CDT)
> I have a problem with the Gridded1DSet .... > I need to show the triangulation with delaunay, (to make a line between > two points for to show a triangle) > but I don't make this with the Gridded1DSet because it don't receive > equals points To make a Delaunay triangulation use an Irregular2DSet, or an Irregular3DSet with manifold dimension = 2. You can explicitly construct your trianlges in a DelaunayCustom, then pass that as an argument to the IrregularSet constructor. Good luck, Bill
- References:
- a griddset problem
- From: Jheison Alberto Urzola H. 199809460
- a griddset problem