Category Data sharing, Object ProShrinkwrapoptions

Function ProShrinkwrapoptionsAssignmasspropsSet


Description
Sets the assign_mass_props option to TRUE or FALSE (default: FALSE)Note: the default density of 1.0 will be used for components whose density has not been set
Synopsis
#include <ProShrinkwrap.h>
ProErrorProShrinkwrapoptionsAssignmasspropsSet(
ProShrinkwrapOptions options
/* (In)
options handle
*/
ProBoolean assign_mass_props
/* (In)
the assign_mass_props option
*/
)
Returns
PRO_TK_NO_ERRORfunction completed successfully.
PRO_TK_BAD_INPUTSimproper inputs

Manual References:

  1. Interface: Data Exchange: Setting Shrinkwrap Options
  2. Interface: Data Exchange: Setting Shrinkwrap Options

Sample Code References:

  1. pt_userguide ( UgInterfaceExport.c )