DEPRECATED: | Since Wildfire 5.0 | |||||||||||||
SUPERSEDED BY: | ProMaterialCurrentGet | |||||||||||||
Description | ||||||||||||||
This function is deprecated. Use ProMaterialCurrentGet().
Retrieves the material assigned to the specified part. |
||||||||||||||
Synopsis | ||||||||||||||
#include <ProPart.h> | ||||||||||||||
ProError | ProPartMaterialNameGet | ( | ||||||||||||
ProPart part | ||||||||||||||
/* (In) | ||||||||||||||
The part. | ||||||||||||||
*/ | ||||||||||||||
ProName material_name | ||||||||||||||
/* (Out) | ||||||||||||||
The name of the material. If you have not assigned a material, this will be empty. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|