Library | Package Java Toolkit

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:
WDatumPointFeat



Method Summary
StringGetFeatName ()
    Get method for attribute "FeatName"
    This specifies the name of the general datum point feature.
/*optional*/ GeneralDatumPointsGetPoints ()
    Returns the constituent general datum point(s) in the feature.

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource
AddActionListener, RemoveActionListener, AddActionListenerWithType

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner
DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression

Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent
GetChild

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner
GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem
GetName, SetName, GetId, GetType

Methods Inherited from Interface com.ptc.pfc.pfcFeature.Feature
GetFeatType, GetFeatTypeName, GetFeatSubType, GetStatus, GetGroup, GetPattern, GetGroupPattern, GetPatternByType, GetPatternStatus, GetGroupStatus, GetGroupPatternStatus, GetIsVisible, GetIsReadonly, GetNumber, GetVersionStamp, GetIsGroupMember, GetIsEmbedded, CreateSuppressOp, CreateResumeOp, CreateDeleteOp, CreateReorderBeforeOp, CreateReorderAfterOp, ListChildren, ListParents, ListSubItems, GetGroupDirectHeader

Method Detail

GetFeatName

StringGetFeatName ()


    This specifies the name of the general datum point feature.
Manual References:
Datum Features: General Datum Point Features, Datum Features: General Datum Point Features



GetPoints

/*optional*/ GeneralDatumPointsGetPoints ()


    Returns the constituent general datum point(s) in the feature.
Manual References:
Datum Features: General Datum Point Features, Datum Features: General Datum Point Features
Returns:
The general datum points array.