Interface CombState
Description
>Represent Combined State in solid
User Guide References:
Method Summary
void | |
| |
void | |
| |
void | |
| |
| |
| |
| |
| Gets Combined State data in the combined state |
| |
| |
boolean | |
| |
boolean | |
| Checks if Supplementary Geometry is controlled by layers or specified combined state. |
boolean | |
| |
boolean | |
| |
void | |
| Redefines combined state |
| |
| |
| |
| |
void | |
| Change Annotations state at combined state. |
void | |
| Change Supplementary Geometry state at combined state. |
Method Detail
GetCombStateData |
| GetCombStateData | () |
Gets Combined State data in the combined state
Exceptions thrown (but not limited to):
User Guide References:
Returns:
CombStateData
RedefineCombState |
void | RedefineCombState | |
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.
User Guide References:
Parameters:
Data
Combined State data
Returns:
AddAnnotations |
void | AddAnnotations | |
Exceptions thrown (but not limited to):
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.
User Guide References:
Parameters:
Annotations
Returns:
User Guide References:
Parameters:
Items
Returns:
GetAnnotations |
| GetAnnotations | () |
Exceptions thrown (but not limited to):
XToolkitNotFound - This legacy combined state doesn't have annotation state. Annotations cannot be added.
User Guide References:
Returns:
User Guide References:
Returns:
RemoveAnnotations |
| RemoveAnnotations | |
Exceptions thrown (but not limited to):
XToolkitNotFound - This legacy combined state doesn't have annotation state. Annotations cannot be Removed.
User Guide References:
Parameters:
Annotations
Returns:
User Guide References:
Parameters:
Items
Returns:
EraseAnnotation |
void | EraseAnnotation | |
Exceptions thrown (but not limited to):
User Guide References:
Parameters:
Annot
Returns:
GetStateOfAnnotations |
boolean | GetStateOfAnnotations | () |
User Guide References:
Returns:
GetStateOfSupplGeometry |
boolean | GetStateOfSupplGeometry | () |
Checks if Supplementary Geometry is controlled by layers or specified combined state.
User Guide References:
Returns:
Flag to determine whether the given combined state's Supplementary Geometry is controlled by layers or combined state
IsDefault |
boolean | IsDefault | () |
User Guide References:
Returns:
IsPublished |
boolean | IsPublished | () |
User Guide References:
Returns:
SetStateOfAnnotations |
void | SetStateOfAnnotations | (boolean State) |
Change Annotations state at combined state.
Exceptions thrown (but not limited to):
XToolkitNoChange - Combined state's current annotations states is same as the requested state.
User Guide References:
Parameters:
State
Flag to set the given combined state's Annotations state.
Returns:
SetStateOfSupplGeometry |
void | SetStateOfSupplGeometry | (boolean State) |
Change Supplementary Geometry state at combined state.
Exceptions thrown (but not limited to):
XToolkitNoChange - Combined state's current supplementary geometry states is same as the requested state.
User Guide References:
Parameters:
State
Flag to set the given combined state's Supplementary Geometry state.
Returns: