GenerateMesh(DDE)

Have a suggestion for improving DPlot or a question about existing features? Let us know

Moderator: DPlotAdmin

Post Reply
Tom Chien
Posts: 11
Joined: Thu Sep 15, 2005 8:57 am

GenerateMesh(DDE)

Post by Tom Chien »

Thanks for AddData(DDE) answer.
I went smooth having a Data-3DR 30*30 plot display which is great.
Then I executeded GenerateMesh(DDE). It did generate a new document with specified value at x and y but it didn't bring over and calculate all Z'values at previous document. All Z'value are zero at new document. Did I do anything wrong?

[code]
dPlot_AddData(DocNum, DATA_3DR, 900, 1, X, X);
dPlot_Command(DocNum,"[GenerateMesh(119,119,0,0,29,29,0,0,1)]");

Thanks a lot your time.

Tom[/code]
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

You're not doing anything wrong, this is just a poor documentation and error-checking problem. The last parameter (number of control points) should be 3 or greater. 4 generally works well.
Visualize Your Data
support@dplot.com
Post Reply