Description | ||||||||||
Allocates and optionally fills in a selection object.
The allowed combinations of input arguments are as follows:
|
||||||||||
Replacement in Object TOOLKIT: | CreateComponentSelection | |||||||||
CreateModelItemSelection | ||||||||||
CreateSelectionFromString | ||||||||||
Synopsis | ||||||||||
#include <ProSelection.h> | ||||||||||
ProError | ProSelectionAlloc | ( | ||||||||
ProAsmcomppath* p_cmp_path | ||||||||||
/* (In) | ||||||||||
The component path. Can be NULL only in case of parts. Cannot be NULL in case of assemblies. | ||||||||||
*/ | ||||||||||
ProModelitem* p_mdl_itm | ||||||||||
/* (In) | ||||||||||
The model item (can be NULL) | ||||||||||
*/ | ||||||||||
ProSelection* p_selection | ||||||||||
/* (Out) | ||||||||||
The allocated selection object | ||||||||||
*/ | ||||||||||
) | ||||||||||
Returns | ||||||||||
|