Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

create mesh faster

create mesh faster

egoldid1
Advocate Advocate
241 Views
1 Reply
Message 1 of 2

create mesh faster

egoldid1
Advocate
Advocate

Hi, I use MFnMesh.create() to create a mesh with special arrays... but when My mesh have many polygons it can be run very slow. Now my question is, is there faster way to create mesh? for example it run in multithreads...

0 Likes
242 Views
1 Reply
Reply (1)
Message 2 of 2

jmreinhart
Advisor
Advisor

The MFnMesh.create() function is the fastest way to create a mesh from data. But some of the slowness could come from how you are loading that data prior to calling the function.