Category Piping, Object ProPipeline

Function ProPipelineNetworkEval


Description
Evaluates the network defined by the specified pipeline feature. This is first step in evaluating the geometry and other properties of a pipeline.
Synopsis
#include <ProPiping.h>
ProErrorProPipelineNetworkEval(
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
  3. Production Applications: Piping: Extensions