API Documentation > Interface Classes > Class wfcAssemblyZoneRule
Class wfcAssemblyZoneRule

# include <wfcAssembly.h>

class
wfcAssemblyZoneRule
: public virtual
wfcAssemblyRule
{
xdeclare(wfcAssemblyZoneRule)
...
};
This is a
COMPACT class.

Description
The rule for gathering components by specified zone feature.
See the Assembly Modeling User's Guide for detailed information about setting up and working with zones.
Manual References:
Method Summary
Create (wfcWFeature_ptr ZoneFeature)
Create an object of AssemblyZoneRule.
void
The zone feature.
Methods Inherited from Class wfcAssemblyRule::
Method Detail
GetZoneFeature
()
void
SetZoneFeature
(wfcWFeature_ptr value)
The zone feature.
Manual References:
Create
(wfcWFeature_ptr ZoneFeature)
Create an object of AssemblyZoneRule.
Manual References:
Parameters:
ZoneFeature
The zone feature.
Returns:
The AssemblyZoneRule object.
Was this helpful?