Interface Note
Description
Specifies the information for a solid model note.
Direct Known Subclasses:
User Guide References:
What Would You Like to Do?:Note,
Unions:Note,
Version_Compatibility_Creo_ParametricCreo_and_Creo_Object_TOOLKIT_Java:Note,
Execution Rules:Note,
Selection:Note,
Notebook:Note,
Drawing Sheet Operations:Note,
Drawing Tables Information:Note,
Detail Items:Note,
Listing Detail Items:Note,
Detail Note Data:Note,
Cross-referencing 3D Notes and Drawing Annotations:Note,
Detail Notes:Note,
Instructions:Note,
Detail Notes Information:Note,
Details Notes Operations:Note,
Annotations:Note,
Locating and Collecting 3D Symbols and Symbol Definitions:Note,
Notes:Note,
Note Properties:Note,
Accessing Note Placement:Note,
Modifying 3D Note Attachments:Note,
Creating a Geometric Tolerance:Note,
ModelItem:Note,
Changes To Feature Groups:Note,
Creating the External Object Entity:Note,
Accessing a ParamValue Object:Note,
Accessing the ParamValue Value:Note,
Cancelling an ActionListener Operation:Note,
Cylinder:Note,
Spline Surface:Note,
NURBS Surface:Note,
Cylindrical Spline Surface:Note,
Creo Object TOOLKIT Java Classes:Note Method Summary
void | |
| DEPRECATED: since Creo 4 Deletes the solid model note. |
void | |
| DEPRECATED: since Creo 4 Displays the solid model note. |
| |
| DEPRECATED: since Creo 4 Get method for attribute "Lines" The text of the note. |
| |
| DEPRECATED: since Creo 4 Returns the model item that owns the note. |
| GetText (boolean GiveParametersAsNames) |
| DEPRECATED: since Creo 4 Returns the text of the solid model note. |
String | |
| DEPRECATED: since Creo 4 Get method for attribute "URL" The URL pointed to by the note. |
void | |
| DEPRECATED: since Creo 4 Set method for attribute "Lines" The text of the note. |
void | |
| DEPRECATED: since Creo 4 Set method for attribute "URL" The URL pointed to by the note. |
Method Detail
GetLines |
| GetLines | () |
SetLines |
void | SetLines | |
The text of the note.
Using this to read the text of the note will always get the text in numeric form (parameter callouts will not be identified). To get the text with the parameter callouts, use
Note.GetText(boolean)Exceptions thrown (but not limited to):
User Guide References:
GetText |
| GetText | (boolean GiveParametersAsNames) |
Returns the text of the solid model note.
User Guide References:
Parameters:
GiveParametersAsNames
If true, the text will indicate parameter callouts with ampersands ('&'). If false, the text will show the parameter values with no callout information.
Returns:
GetURL |
String | GetURL | () |
SetURL |
void | SetURL | (String value) |
The URL pointed to by the note.
Exceptions thrown (but not limited to):
User Guide References:
Displays the solid model note.
The model must be present in a window.
User Guide References:
Parameters:
Mode
The mode in which to display the note. If the mode is DRAW_GRAPHICS_COMPLEMENT, the note will be erased if it was previous displayed.
Returns:
Deletes the solid model note.
Exceptions thrown (but not limited to):
User Guide References:
Returns:
Returns the model item that owns the note.
User Guide References:
Returns:
The owner, or null, if the note is not associated with a particular model item.