NAME
DmmAutoCageNode -- custom node that performs the autocage operation

SYNOPSIS
const MTypeId DmmAutoCageNode::id = 0x0010D488;

DESCRIPTION
The DmmAutoCageNode custom node performs the autocage operation using as input a Maya polygonal mesh.

Input attribute:  "inMesh"
Maya attribute type:  MFnTypedAttribute (MFnData::kMesh)
Brief name:"im"
Affects attributes:   "outputMesh"
Typical connection:   "outMesh" of a surface-mesh shape node


Input attribute:  "resolution"
Maya attribute type:   MFnNumericAttribute (MFnNumericData::kInt)
Brief name:"res"
Affects attributes:   "outputMesh"
Typical connection:   user input from attribute editor


Input attribute:  "numDilates"
Maya attribute type:   MFnNumericAttribute (MFnNumericData::kInt)
Brief name:"dil"
Affects attributes:   "outputMesh"
Typical connection:   user input from attribute editor


Input attribute:  "numErodes"
Maya attribute type:   MFnNumericAttribute (MFnNumericData::kInt)
Brief name:"ero"
Affects attributes:   "outputMesh"
Typical connection:   user input from attribute editor


Output attribute:  "outputMesh"
Maya attribute type:  MFnTypedAttribute (MFnData::kMesh)
Brief name:"om"
Affected by attributes:   "inMesh", "resolution", "numDilates", "numErodes"
Typical connection:   "triMesh" of DmmNetgenNode