| Library | Module | Frames | Expand |
| /* optional */ string | Units | |
| 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. | ||
| number | Value | |
| The value of the material property in the property units. | ||
| static pfcMaterialProperty | Create (number Value, /* optional */ string Units) | |
| Returns a new instance of a material property object. | ||
| /* optional */ string | Units |
|
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. |
| number | Value |
|
The value of the material property in the property units. |
| static pfcMaterialProperty | Create | (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.
|