vector of MItMeshPolygon

vector of MItMeshPolygon

egoldid1
Advocate Advocate
224 Views
0 Replies
Message 1 of 1

vector of MItMeshPolygon

egoldid1
Advocate
Advocate

Hi, how I can have a vector of MItMeshPolygon?
when I write below code, my program do not run correctly.

MItMeshPolygon testIter(meshObj);

std::vector< MItMeshPolygon > MItMeshPolygonVector(22, testIter);

225 Views
0 Replies
Replies (0)