API 설명서 > Solids and parts > Object ProPart > Function ProPartMaterialSet
Function ProPartMaterialSet
Description
This function is obsoleted. Use ProMaterialfileRead() and ProMaterialCurrentSet().
Assigns a material and its associated properties to a part.
Synopsis
#include <ProPart.h>
ProPartMaterialSet
(
ProPart part
/* (In)
The part
*/
ProName material_name
/* (In)
The name of the material properties file
*/
)
Returns
The function is obsoleted.
Sample Code References
User Guide References
도움이 되셨나요?