VSG Logo   Avizo Forum

Go Back   Avizo Forum > Avizo main forum

Avizo main forum This is where you can find all the general discussions about Avizo.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 3rd February 2012, 13:57
barbis barbis is offline
Member
 
Join Date: Dec 2011
Location: Austria/Graz
Posts: 16
Default generate surface out of point set

Hello!

i have made a module, which reads a set of point coordinates like this:

for (int j=0; j<nPoints; j++)
{
McVec3f p;
p[0] = field->evalReg(j+2,0,0);
p[1] = field->evalReg(j+2,1,0);
p[2] = field->evalReg(j+2,2,0);
surface->points[j] = p;

}

What i am trying to do is to create a surface from these points but i don't
have any information about the triangles, which seems to be obligatory in the "Readtrimesh" example in mypackage.

How would it be possible to create a surface just of a set of points?
Should i read them as hxcluster or vertexset instead?

Thanks!
toni
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 13:07.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Copyright VSG SAS, 2008.