Description | ||||||||
Returns a list of components that satisfy the specified rule. | ||||||||
Replacement in Object TOOLKIT: | wfcWAssembly::ListComponentsByAssemblyRule | |||||||
Synopsis | ||||||||
#include <ProRule.h> | ||||||||
ProError | ProRuleEval | ( | ||||||
ProSolid p_solid | ||||||||
/* (In) | ||||||||
The solid to evaluate. | ||||||||
*/ | ||||||||
ProRule* p_rule | ||||||||
/* (In) | ||||||||
The rule data to evaluate. | ||||||||
*/ | ||||||||
ProAsmcomppath** p_comp_list | ||||||||
/* (Out) | ||||||||
The list of components that satisfy the rule. Use ProArrayFree() to free the allocated memory. | ||||||||
*/ | ||||||||
int* p_list_size | ||||||||
/* (Out) | ||||||||
The size of the returned list of components. May be NULL. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProArrayFree |