Category Solids and parts, Object ProMaterial

Function ProMaterialDelete


Description
Deletes the specified material from the part's database.
Replacement in Object TOOLKIT: pfcMaterial::Delete
Synopsis
#include <ProMaterial.h>
ProErrorProMaterialDelete(
ProMaterial* p_material
/* (In)
The material to delete
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the material.
PRO_TK_BAD_INPUTSYou specified an invalid material handle.

Manual References:

  1. Core: Solids, Parts, and Materials: Accessing Material Data
  2. Core: Solids, Parts, and Materials: Accessing Material Data

Sample Code References:

  1. pt_examples ( TestPartMaterial.c )