Function ProPartMaterialdataGet
DEPRECATED:
Since Wildfire 5.0
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>
ProPartMaterialdataGet
(
ProPart part
/* (In)
The part
*/
ProName material_name
/* (In)
The material name
*/
ProMaterialProps* material_prop
/* (Out)
The material properties
*/
)
Returns
The function successfully retrieved the information.
The model handle you passed to the function is not a part.
Either the part or material properties is NULL.
The material name you specified is invalid (for example, if you passed NULL).
The specified material name was not found in the part.
User Guide References
これは役に立ちましたか?