Library | Module

Interface IpfcMaterialProperty



Description

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



Property Summary

PropertyUnitsas String [optional]
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.
PropertyValueas Double
The value of the material property in the property units.



Method Summary

FunctionCCpfcMaterialProperty.Create (Value as Double, Units as String [optional]) as IpfcMaterialProperty
Returns a new instance of a material property object.



Property Detail


PropertyUnitsas String [optional]

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.




PropertyValueas Double

The value of the material property in the property units.





Method Detail


FunctionCCpfcMaterialProperty.Create (Value as Double, Units as String [optional]) as IpfcMaterialProperty

Returns a new instance of a material property object.

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