Library | Module

Class pfcMaterialProperty



Description

This class specifies a value/units pair for a material property.



Property Summary

/* optional */ stringUnits
The units material property. null represents a property that doesn't use units, or a property that is using the units of the owner part.
numberValue
The value of the material property in the property units.



Method Summary

static pfcMaterialPropertyCreate (number Value, /* optional */ string Units)
Returns a new instance of a material property object.



Property Detail


/* optional */ stringUnits

The units material property. null represents a property that doesn't use units, or a property that is using the units of the owner part.




numberValue

The value of the material property in the property units.





Method Detail


static pfcMaterialPropertyCreate (number Value, /* optional */ string Units)

Returns a new instance of a material property object.

If the property doesn't exist on the material, this method creates it.
See Also:
pfcMaterial.SetPropertyValue()
Parameters:
Value
The value of the property.
Units
The units to use for the property, or null.
Returns: