Library | Package Java Toolkit

Interface CoordSysFeat

package com.ptc.pfc.pfcCoordSysFeat;

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



Description

Describes a coordinate system feature.
Direct Known Subclasses:
WCoordSysFeat



Method Summary
/*optional*/ DatumCsysDimensionConstraintsGetDimensionConstraints ()
    Get method for attribute "DimensionConstraints"
    The dimension constraints of the coordinate system.
booleanGetIsNormalToScreen ()
    Get method for attribute "IsNormalToScreen"
    Specifies if coordinate system is normal to screen.
DatumCsysOffsetTypeGetOffsetType ()
    Get method for attribute "OffsetType"
    Specifies the offset mode of the coordinate system.
DatumCsysOnSurfaceTypeGetOnSurfaceType ()
    Get method for attribute "OnSurfaceType"
    Specifies the on-surface mode of the coordinate system.
/*optional*/ DatumCsysOrientMoveConstraintsGetOrientationConstraints ()
    Get method for attribute "OrientationConstraints"
    The orientation constraints of the coordinate system.
DatumCsysOrientByMethodGetOrientByMethod ()
    Get method for attribute "OrientByMethod"
    Specifies the orientation method.
/*optional*/ DatumCsysOriginConstraintsGetOriginConstraints ()
    Get method for attribute "OriginConstraints"
    The origin constraints of the coordinate system.

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

GetOriginConstraints

/*optional*/ DatumCsysOriginConstraintsGetOriginConstraints ()


    The origin constraints of the coordinate system.
Manual References:
Datum Features: Datum Coordinate System Features, Datum Features: Datum Coordinate System Features



GetDimensionConstraints

/*optional*/ DatumCsysDimensionConstraintsGetDimensionConstraints ()


    The dimension constraints of the coordinate system.
Manual References:
Datum Features: Datum Coordinate System Features



GetOrientationConstraints

/*optional*/ DatumCsysOrientMoveConstraintsGetOrientationConstraints ()


    The orientation constraints of the coordinate system.
Manual References:
Datum Features: Datum Coordinate System Features, Datum Features: Datum Coordinate System Features



GetIsNormalToScreen

booleanGetIsNormalToScreen ()


    Specifies if coordinate system is normal to screen.
Manual References:
Datum Features: Datum Coordinate System Features, Datum Features: Datum Coordinate System Features



GetOffsetType

DatumCsysOffsetTypeGetOffsetType ()


    Specifies the offset mode of the coordinate system.
Manual References:
Datum Features: Datum Coordinate System Features, Datum Features: Datum Coordinate System Features



GetOnSurfaceType

DatumCsysOnSurfaceTypeGetOnSurfaceType ()


    Specifies the on-surface mode of the coordinate system.
Manual References:
Datum Features: Datum Coordinate System Features, Datum Features: Datum Coordinate System Features



GetOrientByMethod

DatumCsysOrientByMethodGetOrientByMethod ()


    Specifies the orientation method.
Manual References:
Datum Features: Datum Coordinate System Features