API Documentation > Interfaces > Interface WHoleFeature
Interface WHoleFeature

package com.ptc.wfc.wfcFeature;

public interface
WHoleFeature
extends
com.ptc.wfc.wfcFeature.WFeature


Description
Provides the hole feature information.
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WModelItem :
Methods Inherited from Interface com.ptc.wfc.wfcLayerState.LayerItem :
Methods Inherited from Interface com.ptc.pfc.pfcFeature.Feature :
Methods Inherited from Interface com.ptc.wfc.wfcFeature.WFeature :
Method Summary
GetHoleProperties ( /*cipOptional*/ ComponentPath Path)
Retrieve the properties of the hole feature.
SetHoleProperties (HoleProperties HoleProperties, /*cipOptional*/ ComponentPath Path)
Set the properties to the hole feature.
Method Detail
GetHoleProperties
GetHoleProperties
( /*cipOptional*/ ComponentPath Path)
Retrieve the properties of the hole feature.
User Guide References:
Parameters:
Path
Returns:
SetHoleProperties
SetHoleProperties
(HoleProperties HoleProperties, /*cipOptional*/ ComponentPath Path)
Set the properties to the hole feature.
User Guide References:
Parameters:
HoleProperties
Path
Returns:
Was this helpful?