Notifications
Clear all
[Closed] Mesh Cleaner Modifer
Aug 25, 2021 7:49 am
I’m having trouble getting maxscript access to the buttons in the Mesh Cleaner Modifer. Has anyone else been able to access them?
I can only find these using show properties but it doesn’t have access to the buttons.
.numDegenerateEdges : integer
.numDegenerateFaces : integer
.repairHoles : boolean
.numHoles : integer
.repairNonManifold : boolean
.numNonManifold : integer
.repairSelfIntersections : boolean
.numSelfIntersections : integer
.repairSmallElements : boolean
.smallElementFaceThreshold : integer
.numSmallElements : integer
.validationRan : boolean
1 Reply
Aug 25, 2021 7:49 am
showInterfaces meshcleaner
Interface: meshCleanerInterface
Properties:
Methods:
ValidateMesh()
RepairMesh()
Actions:
OK