|
- Input attribute: "inMesh"
-
| Maya attribute type: | MFnTypedAttribute (MFnData::kMesh) |
| Brief name: | "im" |
| Affects attributes: |
"tetMesh" |
| Typical connection: |
"outMesh" of a "*_DMMtri" shape node |
- Input attribute: "resolution"
-
| Maya attribute type: |
MFnNumericAttribute (MFnNumericData::kInt) |
| Brief name: | "res" |
| Affects attributes: |
"tetMesh" |
| Typical connection: |
user input from attribute editor |
- Input attribute: "numDilates"
-
| Maya attribute type: |
MFnNumericAttribute (MFnNumericData::kInt) |
| Brief name: | "dil" |
| Affects attributes: |
"tetMesh" |
| Typical connection: |
user input from attribute editor |
- Input attribute: "numErodes"
-
| Maya attribute type: |
MFnNumericAttribute (MFnNumericData::kInt) |
| Brief name: | "ero" |
| Affects attributes: |
"tetMesh" |
| Typical connection: |
user input from attribute editor |
- Output attribute: "tetMesh"
-
| Maya attribute type: | MFnTypedAttribute (MFnData::kMesh) |
| Brief name: | "tet" |
| Affected by attributes: |
"inMesh", "resolution", "numDilates", "numErodes" |
| Typical connection: |
"modelTetmesh" of DmmObjectNode
and "tetMesh" of DmmPrepMeshNode |
- Output attribute: "numTets"
-
| Maya attribute type: | MFnNumericAttribute (MFnNumericData::kInt) |
| Brief name: | "nts" |
| Affected by attributes: |
None (but changes whenever "tetMesh" changes) |
| Typical connection: |
UI.mel script |
|