Category Solids and parts, Object ProPart

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>
ProErrorProPartMaterialSet(
ProPart part
/* (In)
The part
*/
ProName material_name
/* (In)
The name of the material properties file
*/
)
Returns
PRO_TK_OBSOLETE_FUNCThe function is obsoleted.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions

Sample Code References:

  1. pt_geardesign ( GearDesign.c )
  2. pt_geardesign ( GearDesignUI.c )