Page 1 of 1

Define Boundary from VB2008 ?

Posted: Thu Mar 05, 2009 12:07 am
by PCJimmmy
I am generating data in VB2008 that results in contour plots that have concave and convex edges.

Once the plot is generated I can use Options/Define Boundary to clean up these edges.

I dont seem to find a command that will let be define the bondary from my VB program.

Am I just blind or does no such creature exist?

Thanks
Jim

Posted: Thu Mar 05, 2009 12:24 pm
by DPlotAdmin
Call DPlot_3DBorder. The Project1 VB.NET demo has an example that uses this function.