Category Features, Object ProFeature

Function ProFeatureZoneGet


Description
Return zone feature planes and operations.
Replacement in Object TOOLKIT: wfcWFeature::GetZoneFeaturePlaneData
Synopsis
#include <ProXsec.h>
ProErrorProFeatureZoneGet(
ProFeature* zone
/* (In)
ProFeature handle.
*/
ProPlanedata** p_planes
/* (Out)
ProArray of ProPlanedata structures. Free this using ProArrayFree().
*/
int** p_oper_arr
/* (Out)
ProArray of operations: 0 - intersection, 1 - union. We keep the material that belongs to the intersection and union of planes' half spaces. Free this using ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORData successfully retrieved.
PRO_TK_BAD_INPUTSInvalid input parameter(s).

Manual References:

  1. Core: Features: Feature Inquiry
  2. Core: Features: Feature Inquiry