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.
Retrieves the material properties for the specified part. |
|||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProPart.h> | |||||||||||||||||
ProError | ProPartMaterialdataGet | ( | |||||||||||||||
ProPart part | |||||||||||||||||
/* (In) | |||||||||||||||||
The part | |||||||||||||||||
*/ | |||||||||||||||||
ProName material_name | |||||||||||||||||
/* (In) | |||||||||||||||||
The material name | |||||||||||||||||
*/ | |||||||||||||||||
ProMaterialProps* material_prop | |||||||||||||||||
/* (Out) | |||||||||||||||||
The material properties | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|