DEPRECATED: | Since Wildfire 5.0 | ||||||||||||||||
SUPERSEDED BY: | ProMaterialPropertyGet | ||||||||||||||||
Description | |||||||||||||||||
This function is deprecated. Use ProMaterialPropertyGet() for the individual material properties that should be defined in this material.
Gets the material properties for the specified material in the part. |
|||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProMaterial.h> | |||||||||||||||||
ProError | ProMaterialDataGet | ( | |||||||||||||||
ProMaterial* p_material | |||||||||||||||||
/* (In) | |||||||||||||||||
The handle to the part material. | |||||||||||||||||
*/ | |||||||||||||||||
ProMaterialdata* p_matl_data | |||||||||||||||||
/* (Out) | |||||||||||||||||
The material properties. Note: the values returned are in the units of the owner model for the material, regardless of the units used by the property within this material. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|