Description | |||||||||||
Creates a new external object. | |||||||||||
Synopsis | |||||||||||
#include <ProExtobj.h> | |||||||||||
ProError | ProExtobjCreate | ( | |||||||||
ProExtobjClass* extobjclass | |||||||||||
/* (In) | |||||||||||
The handle to the external object class. | |||||||||||
*/ | |||||||||||
ProModelitem* owner | |||||||||||
/* (In) | |||||||||||
The handle to the owner solid or item. | |||||||||||
*/ | |||||||||||
ProExtobj* result_obj | |||||||||||
/* (Out) | |||||||||||
The handle to the newly created external object. You must have previously allocated the memory for this argument. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|