Interface DetailSymbolInstItem
Description
This interface represents a symbol instance in a Creo Parametric model.
See Also:
Direct Known Subclasses:
User Guide References:
Method Summary
void | |
| Draws a symbol instance. |
void | |
| Erases a symbol instance. |
| |
| Returns a data object detailing how a symbol instance is constructed. |
| |
| List the symbol groups included in a symbol instance. |
void | |
| Modifies the definition of a symbol instance. |
void | |
| Removes a symbol instance. |
void | |
| Shows a symbol instance. |
Method Detail
Draws a symbol instance.
User Guide References:
Returns:
Erases a symbol instance.
User Guide References:
Returns:
Shows a symbol instance.
User Guide References:
Returns:
Removes a symbol instance.
User Guide References:
Returns:
GetInstructions |
| GetInstructions | (boolean GiveParametersAsNames) |
Returns a data object detailing how a symbol instance is constructed.
User Guide References:
Parameters:
GiveParametersAsNames
true to get symbolic representations of parameter entries in the text, false to get the actual text shown to the user.
Returns:
The instructions data object.
Modifies the definition of a symbol instance.
Exceptions thrown (but not limited to):
User Guide References:
Parameters:
Instructions
Data object containing the new placement instructions for the instance.
Returns:
List the symbol groups included in a symbol instance.
Exceptions thrown (but not limited to):
XToolkitNotFound - No groups with the designated status were found in the symbol instance.
User Guide References:
Parameters:
Filter
The type of symbol groups to be listed.
Returns:
The list of symbol groups.