API Documentation > Interfaces > Interface AssemblyZoneRule
Interface AssemblyZoneRule

package com.ptc.wfc.wfcAssembly;

public interface
AssemblyZoneRule
extends
com.ptc.wfc.wfcAssembly.AssemblyRule


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.
Method Summary
Get method for attribute "ZoneFeature"
The zone feature.
void
Set method for attribute "ZoneFeature"
The zone feature.
Methods Inherited from Interface com.ptc.wfc.wfcAssembly.AssemblyRule :
Method Detail
GetZoneFeature
GetZoneFeature
()
SetZoneFeature
void
SetZoneFeature
(WFeature value)
The zone feature.
Manual References:
Was this helpful?