Part Objects
 
The object ProPart is an instance of ProSolid. It is an opaque handle that can be cast to a ProSolid or ProMdl so you can use any of the functions for those objects.
Density
Functions Introduced:
Superseded Functions:
The density of a part is used in many calculations inside of , including mass properties calculations and shrinkwrap export. The function ProPartDensityGet() returns the calculated or reported density that is defined by the parameter PRO_MP_DENSITY.
In 7.0.0.0 and later, the function ProPartDensitySet() is deprecated. Use the functions ProMaterialCurrentSet() and ProMaterialPropertySet() instead.
For more information about materials, refer to Accessing Material Data.
Was this helpful?