Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can't set hole fill mode in inspector tool trough mmapi, in StoredCommands.h it shows that to change hole fill mode to minimall fill "replaceType" needs to be changed to 0, it doesn't show values for each mode in inspector description but I found it in erase, there is replaceType: integer values: MinimalFill = 0, FlatRefinedMesh = 1, MVCPlanarDeformation = 2 I assumed I can use them the same in inspector. Setting AppendToolParameterCommand("replaceType", 0) does nothing.
Appreciate any help.
Solved! Go to Solution.