API Documentation > Interfaces > Interface DatumAxisFeat
Interface DatumAxisFeat

package com.ptc.pfc.pfcDatumAxisFeat;

public interface
DatumAxisFeat
extends
com.ptc.pfc.pfcFeature.Feature


Description
This specifies a datum axis feature.
Direct Known Subclasses:
Method Summary
Get method for attribute "Constraints"
The constraints applying to the datum axis feature.
Get method for attribute "DimConstraints"
The dimension constraints applying to the datum axis feature.
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Methods Inherited from Interface com.ptc.pfc.pfcFeature.Feature :
Method Detail
GetConstraints
/*optional*/ DatumAxisConstraints
GetConstraints
()
The constraints applying to the datum axis feature.
Manual References:
GetDimConstraints
GetDimConstraints
()
The dimension constraints applying to the datum axis feature.
Manual References:
Was this helpful?