Process Step Objects
This section describes how to use the Creo TOOLKIT functions for assembly process operations. It assumes that you are familiar with the functionality of Manufacturing Process Planning for ASSEMBLIES.
Function Introduced:
Process steps are represented by the object ProProcstep, which is an instance of ProModelitem. The object ProProcstep describes the contents and ownership of a assembly process step.
The declaration is as follows:
typedef struct pro_model_item
{
ProType type;
int id;
ProMdl owner;
} ProProcstep;
To create a new process step handle, use the function
ProProcstepInit().