DEPRECATED: | Since Creo 7.0.0.0 | |||||||
SUPERSEDED BY: | ProMaterialCurrentSet, ProMaterialPropertySet | |||||||
Description | ||||||||
Sets the density of the part.
NOTE: This function is deprecated. Please use ProMaterialCurrentSet instead for set current material with density. Please use ProMaterialPropertySet with PRO_MATPROP_MASS_DENSITY to change density in the material. |
||||||||
Replacement in Object TOOLKIT: | wfcWPart::SetDensity | |||||||
Synopsis | ||||||||
#include <ProPart.h> | ||||||||
ProError | ProPartDensitySet | ( | ||||||
ProPart part | ||||||||
/* (In) | ||||||||
The part handle. | ||||||||
*/ | ||||||||
double density | ||||||||
/* (In) | ||||||||
The part density (in the units of the model). If the part has been assigned a material, this will modify the density of the material. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|