Object ProFit

Function ProFitInterferencevolumeDisplay


Description
Displays the volume of interference between two items (components and/or solid bodies of components/parts). If the inteference data was calculated with included quilts or facets, this API will only show the intersection curves. This is because closed interference volume is not guaranteed in such cases.
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 in which to display the interference between the items.
*/
)
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 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 )