API Documentation > Solids and parts > Object ProMaterial > Function ProMaterialCurrentGet
Function ProMaterialCurrentGet
Description
Gets the current material setting for the part.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMaterial.h>
ProMaterialCurrentGet
(
/* (In)
The part
*/
ProMaterial* p_material
/* (Out)
The handle to the current material
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
No material was set.
Sample Code References
User Guide References
Was this helpful?