Object ProFit

Function ProFitInterferencevolumeDisplay


Description
Displays the volume of interference between the two specified components.
Replacement in Object TOOLKIT: pfcInterferenceVolume::Highlight
Synopsis
#include <ProFit.h>
ProErrorProFitInterferencevolumeDisplay(
ProInterferenceData interf_data
/* (In)
The interference data. This is obtained using either ProFitGlobalinterferenceCompute() or ProFitInterferenceCompute().
*/
ProColortype color
/* (In)
The color to display the interference between the components in.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully displayed the interference.
PRO_TK_BAD_INPUTSInput arguments are invalid.
PRO_TK_GENERAL_ERRORThe interference could not be displayed.

Manual References:

  1. Pro/DEVELOP to Creo Parametric TOOLKIT Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: 3D Geometry: Interference
  3. Core: 3D Geometry: Interference

Sample Code References:

  1. pt_userguide ( UgGeomInterferCheck.c )
  2. pt_userguide ( UgGeomInterferCheck.c )