API 설명서 > Solids and parts > Object ProPart > Function ProPartDensityGet
Function ProPartDensityGet
Description
Determines the density of the part.
Replacement in Object TOOLKIT:
Synopsis
#include <ProPart.h>
ProPartDensityGet
(
ProPart part
/* (In)
The part handle.
*/
double* density
/* (Out)
The part density (in the units of the model). If the part has been assigned a material, this is the density for the material.
*/
)
Returns
The function retrieved the density.
The input argument is invalid.
The part has not been assigned a density value.
Sample Code References
User Guide References
도움이 되셨나요?