Enum wfcAssemblyRuleType
# include <wfcAssembly.h>
enum wfcAssemblyRuleType
{
wfcRULE_NONE,
wfcRULE_NAME,
wfcRULE_ZONE,
wfcRULE_EXPR,
wfcRULE_SIZE,
wfcRULE_DIST,
wfcRULE_SIMP_REP,
wfcAssemblyRuleType_nil
};
Description
Describe the characteristics of assembly rule.
Values
-
wfcRULE_NONE
-
-
wfcRULE_NAME
- Rule for gathering by model name.
-
wfcRULE_ZONE
- Rule for gathering by zone feature.
-
wfcRULE_EXPR
- Rule for gathering by parameter expression.
-
wfcRULE_SIZE
- Rule for gathering by model size.
-
wfcRULE_DIST
- Rule for gathering by distance from a point.
-
wfcRULE_SIMP_REP
- Rule for gathering by simplified representation.
-
wfcAssemblyRuleType_nil
- Enum null value.