Community
Maya Programming
Welcome to Autodesk’s Maya Forums. Share your knowledge, ask questions, and explore popular Maya SDK topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

vector of MItMeshPolygon

0 REPLIES 0
Reply
Message 1 of 1
egoldid1
165 Views, 0 Replies

vector of MItMeshPolygon

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);

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report