NAME
DmmSurfTriNode -- custom node that performs the surftri operation

SYNOPSIS
const MTypeId DmmSurfTriNode::id = 0x0010D482;

DESCRIPTION
The DmmSurfTriNode custom node performs the surftri operation on a Maya polygonal mesh.

Input attribute:  "inputMesh"
Maya attribute type:  MFnTypedAttribute (MFnData::kMesh)
Brief name:"ime"
Affects attributes:   "outputMesh"
Typical connection:   "outMesh" of a tet-cage shape node


Input attribute:  "area"
Maya attribute type:   MFnNumericAttribute (MFnNumericData::kDouble)
Brief name:"are"
Affects attributes:   "outputMesh"
Typical connection:   user input from attribute editor


Input attribute:  "quality"
Maya attribute type:   MFnNumericAttribute (MFnNumericData::kDouble)
Brief name:"qua"
Affects attributes:   "outputMesh"
Typical connection:   user input from attribute editor


Input attribute:  "scale1"
Maya attribute type:   MFnNumericAttribute (MFnNumericData::kDouble)
Brief name:"sc1"
Affects attributes:   "outputMesh"
Typical connection:   user input from attribute editor


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


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


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


Input attribute:  "scale2"
Maya attribute type:   MFnNumericAttribute (MFnNumericData::kDouble)
Brief name:"sc2"
Affects attributes:   "outputMesh"
Typical connection:   user input from attribute editor


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


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


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


Output attribute:  "outputMesh"
Maya attribute type:  MFnTypedAttribute (MFnData::kMesh)
Brief name:"ome"
Affected by attributes:   "inputMesh", "area", "quality", "scale1", "x1", "y1", "z1", "scale2", "x2", "y2", "z2"
Typical connection:   "inMesh" of a "*_DMMtri" shape node