Category Piping, Object ProPipeline

Function ProPipelineNetworkEvaluate


Description
Used to analyze the features and components that belong to a pipeline (specified by its pipeline feature and path) and builds a network data structure.
Synopsis
#include <ProPiping.h>
ProErrorProPipelineNetworkEvaluate(
ProAsmcomppath* p_comp_path
/* (In)
path from the top model to the pipeline's model.
*/
ProFeature* pipeline
/* (In)
The feature handle of the pipeline feature
*/
ProPnetwork* network
/* (Out)
The handle of the network structure. The handle is an opaque pointer to a structure which is accessed by functions starting with ProPnetwork. The data in the underlying data structure is allocated by the function and should be freed when no longer needed by calling ProPnetworkFree().
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS
PRO_TK_BAD_CONTEXTThe feature was not a pipeline.
PRO_TK_NO_LICENSENo Pro/PIPING license is available.

Manual References:

  1. Production Applications: Piping: Networks
  2. Production Applications: Piping: Networks