Access Edit Mesh Modifier through SDK ?

 
 
 
Posted by:bbqstudy
Data created:5 June 2018

I'm using .Net SDK for a while, recently I try to get/set vertex positions of the edit mesh modifier, I could get the OSModifier with classname "EditMeshMod" but don't know what should I do next step? Can anybody help me?

I would suggest looking to the SDK docs to see if they export some PF interface for edit mesh. Otherwise MaxScript may be your only friend.

Marsel Khadiyev (Software Developer, EPHERE Inc.)

Hi Marsel, I can go Script but it's performance is bad when dealing with mesh especially in large vertex count, so I want to try doing it through SDK. I would take a look the documents, thanks for your suggestion.