| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | AddAnnotations
(CombStateAnnotations Annotations)
|
| void | AddItems
(CombStateItems Items)
|
| void | EraseAnnotation
(Annotation Annot)
|
| /*optional*/ CombStateAnnotations | GetAnnotations
()
|
| CombStateData | GetCombStateData
()
Gets Combined State data in the combined state |
| /*optional*/ CombStateItems | GetItems
()
|
| boolean | GetStateOfAnnotations
()
|
| boolean | GetStateOfSupplGeometry
()
Checks if Supplementary Geometry is controlled by layers or specified combined state. |
| boolean | IsDefault
()
|
| boolean | IsPublished
()
|
| void | RedefineCombState
(CombStateData Data)
Redefines combined state |
| /*optional*/ intseq | RemoveAnnotations
(Annotations Annotations)
|
| /*optional*/ intseq | RemoveItems
(ModelItems Items)
|
| void | SetStateOfAnnotations
(boolean State)
Change Annotations state at combined state. |
| void | SetStateOfSupplGeometry
(boolean State)
Change Supplementary Geometry state at combined state. |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| 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.wfc.wfcModelItem.WParameterOwner |
|---|
| ExportParameterTable, ApplyParameterTableset, MathcadParametersSet, MathcadInputParametersGet |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner |
|---|
| GetRelationConstraints, UnitsUsed, UseUnits, EvaluateExpressionWithUnits |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WModelItem |
|---|
| DeleteUserDefinedName, Unhide, Hide, IsHidden, IsNameReadOnly, IsZoneFeature, GetDefaultName |
| Method Detail |
|---|
| GetCombStateData |
|---|
| CombStateData | GetCombStateData | () |
| Gets Combined State data in the combined state Exceptions thrown (but not limited to): XToolkitNotFound - No such combined state in the specified model.
|
| RedefineCombState |
|---|
| void | RedefineCombState | (CombStateData Data) |
| Redefines combined state Exceptions thrown (but not limited to): XToolkitInvalidType - Invalid references. Possible errors: - The type of one of the references is not valid. - Reference of some type appears twice or more. - Id and type of a reference don't match.
|
| AddAnnotations |
|---|
| void | AddAnnotations | (CombStateAnnotations Annotations) |
| Exceptions thrown (but not limited to): XToolkitInvalidItem - size of status_flags' array differs from the size of annotations' array. XToolkitNotFound - This legacy combined state doesn't have annotation state. Annotations cannot be added. XToolkitNoChange - Status of some annotations wasn't changed. Some annotations existed in the combined state already and their status was same as the one in the input.
|
| AddItems |
|---|
| void | AddItems | (CombStateItems Items) |
|
| GetAnnotations |
|---|
| /*optional*/ CombStateAnnotations | GetAnnotations | () |
| Exceptions thrown (but not limited to): XToolkitNotFound - This legacy combined state doesn't have annotation state. Annotations cannot be added.
|
| GetItems |
|---|
| /*optional*/ CombStateItems | GetItems | () |
|
| RemoveAnnotations |
|---|
| /*optional*/ intseq | RemoveAnnotations | (Annotations Annotations) |
| Exceptions thrown (but not limited to): XToolkitNotFound - This legacy combined state doesn't have annotation state. Annotations cannot be Removed.
|
| RemoveItems |
|---|
| /*optional*/ intseq | RemoveItems | (ModelItems Items) |
|
| EraseAnnotation |
|---|
| void | EraseAnnotation | (Annotation Annot) |
| Exceptions thrown (but not limited to): XToolkitNoChange - The annotation is not shown in the target model. XToolkitNoLicense - License check failure.
|
| GetStateOfAnnotations |
|---|
| boolean | GetStateOfAnnotations | () |
|
| GetStateOfSupplGeometry |
|---|
| boolean | GetStateOfSupplGeometry | () |
Checks if Supplementary Geometry is controlled by layers or
specified combined state.
|
| IsDefault |
|---|
| boolean | IsDefault | () |
|
| IsPublished |
|---|
| boolean | IsPublished | () |
|
| SetStateOfAnnotations |
|---|
| void | SetStateOfAnnotations | (boolean State) |
| Change Annotations state at combined state. Exceptions thrown (but not limited to): XToolkitBadContext - The operation can't be done. (Model should be top) XToolkitNoChange - Combined state's current annotations states is same as the requested state.
|
| SetStateOfSupplGeometry |
|---|
| void | SetStateOfSupplGeometry | (boolean State) |
| Change Supplementary Geometry state at combined state. Exceptions thrown (but not limited to): XToolkitBadContext - The operation can't be done. (Model should be top) XToolkitNoChange - Combined state's current supplementary geometry states is same as the requested state.
|