NAME
DmmPhysMaterialNode -- custom node representing a DMM physical material

SYNOPSIS
const MTypeId DmmPhysMaterialNode::id = 0x0010D485;

DESCRIPTION
The DmmPhysMaterialNode custom node keeps track of the material parameters for a set of DMM objects.

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


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


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


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


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


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


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


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


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


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


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


Input attribute:  "splitLimit"
Maya attribute type:   MFnNumericAttribute (MFnNumericData::kDouble)
Brief name:"spl"
Affects attributes:   "physMaterialsOut"
Typical connection:   UI.mel or dmmMenu.mel script or user input from attribute editor


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


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


Output attribute:  "physMaterialsOut"
Maya attribute type:   MFnTypedAttribute (MFnData::kString) - It's an XML string
Brief name:"pmo"
Affected by attributes:   "youngs", "poissons", "density", "toughness", "youngsDamp", "yield", "maxYield", "creep", "minIter", "maxIter", "relError", "splitLimit", "wakeupRadius", "friction"
Typical connection:   "physicalMaterials[0]" of DmmObjectNode