Process Step Objects
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().