NAME
DmmNetgenNode -- custom node that performs the netgenmesh operation

SYNOPSIS
const MTypeId DmmNetgenNode::id = 0x0010D483;

DESCRIPTION
The DmmNetgenNode custom node performs the netgenmesh operation on a triangulated Maya polygonal mesh.

Input attribute:  "triMesh"
Maya attribute type:  MFnTypedAttribute (MFnData::kMesh)
Brief name:"tme"
Affects attributes:   "tetMesh"
Typical connection:   "outMesh" of a "*_DMMtri" shape node


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


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


Input attribute:  "secondorder"
Maya attribute type:   MFnNumericAttribute (MFnNumericData::kInt)
Brief name:"sec"
Affects attributes:   "tetMesh"
Typical connection:   user input from attribute editor


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


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


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


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


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


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


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


Input attribute:  "z2"
Maya attribute type:   MFnNumericAttribute (MFnNumericData::kDouble)
Brief name:"z2"
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:   "triMesh", "height", "fineness", "secondorder", "scale1", "x1", "y1", "z1", "scale2", "x2", "y2", "z2"
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