| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ DatumCsysDimensionConstraints | GetDimensionConstraints
()
Get method for attribute "DimensionConstraints" The dimension constraints of the coordinate system. |
| boolean | GetIsNormalToScreen
()
Get method for attribute "IsNormalToScreen" Specifies if coordinate system is normal to screen. |
| DatumCsysOffsetType | GetOffsetType
()
Get method for attribute "OffsetType" Specifies the offset mode of the coordinate system. |
| DatumCsysOnSurfaceType | GetOnSurfaceType
()
Get method for attribute "OnSurfaceType" Specifies the on-surface mode of the coordinate system. |
| /*optional*/ DatumCsysOrientMoveConstraints | GetOrientationConstraints
()
Get method for attribute "OrientationConstraints" The orientation constraints of the coordinate system. |
| DatumCsysOrientByMethod | GetOrientByMethod
()
Get method for attribute "OrientByMethod" Specifies the orientation method. |
| /*optional*/ DatumCsysOriginConstraints | GetOriginConstraints
()
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 |
| Method Detail |
|---|
| GetOriginConstraints |
|---|
| /*optional*/ DatumCsysOriginConstraints | GetOriginConstraints | () |
The origin constraints of the coordinate system.
|
| GetDimensionConstraints |
|---|
| /*optional*/ DatumCsysDimensionConstraints | GetDimensionConstraints | () |
The dimension constraints of the coordinate system.
|
| GetOrientationConstraints |
|---|
| /*optional*/ DatumCsysOrientMoveConstraints | GetOrientationConstraints | () |
The orientation constraints of the coordinate system.
|
| GetIsNormalToScreen |
|---|
| boolean | GetIsNormalToScreen | () |
Specifies if coordinate system is normal to screen.
|
| GetOffsetType |
|---|
| DatumCsysOffsetType | GetOffsetType | () |
Specifies the offset mode of the coordinate system.
|
| GetOnSurfaceType |
|---|
| DatumCsysOnSurfaceType | GetOnSurfaceType | () |
Specifies the on-surface mode of the coordinate system.
|
| GetOrientByMethod |
|---|
| DatumCsysOrientByMethod | GetOrientByMethod | () |
Specifies the orientation method.
|