Documentazione API > Solids and parts > Object ProMaterialfile > Function ProMaterialfileWrite
Function ProMaterialfileWrite
Description
Writes the specified part material to a file.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMaterial.h>
ProMaterialfileWrite
(
ProMaterial* p_material
/* (In)
The material handle
*/
ProFileName out_matl_file
/* (In)
The output material file name
*/
)
Returns
The function successfully wrote out a material file for the specified material.
One or more of the arguments are invalid.
The function is not available in Design Test Mode.
Sample Code References
User Guide References
È stato utile?