API Documentation > Interfaces > Interface DatumPointFeat
Interface DatumPointFeat

package com.ptc.pfc.pfcDatumPointFeat;

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


Description
This specifies a General Datum Point feature.
Direct Known Subclasses:
Method Summary
String
Get method for attribute "FeatName"
This specifies the name of the general datum point feature.
/*optional*/ GeneralDatumPoints
Returns the constituent general datum point(s) in the 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
GetFeatName
String
GetFeatName
()
This specifies the name of the general datum point feature.
Manual References:
GetPoints
/*optional*/ GeneralDatumPoints
GetPoints
()
Returns the constituent general datum point(s) in the feature.
Manual References:
Returns:
The general datum points array.
Was this helpful?