Documentação da API > Piping > Object ProPipeline > Function ProPipelineNetworkEval
Function ProPipelineNetworkEval
Description
Used to analyzes the features and components that belong to a pipeline (specified by its pipeline feature, belongs to the top model) and builds a network data structure.
Synopsis
#include <ProPiping.h>
ProPipelineNetworkEval
(
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
Model is in read-only state. PRO_TK_BAD_INPUTS
The feature was not a pipeline.
No Pro/PIPING license is available.
User Guide References
Isto foi útil?