GenerateMesh(DDE)
Posted: Fri Sep 16, 2005 5:30 am
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]
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]