Re: a griddset problem

> 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