API 文件集 > Assembly > Object ProRule > Function ProRuleEval
Function ProRuleEval
Description
Returns a list of components that satisfy the specified rule.
Replacement in Object TOOLKIT:
Synopsis
#include <ProRule.h>
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
The function successfully completed the rule evaluation.
One or more of the input arguments are invalid.
See Also
Sample Code References
User Guide References
這是否有幫助?