| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | AllowReadonlyNoteSelection
(boolean Allow)
Controls whether or not the Creo Parametric user can select read only detail notes. |
| DetailItem | CreateDetailItem
(DetailCreateInstructions Instructions)
Creates a new detail item in the model. |
| DetailNoteItem | CreateFreeNote
(DetailTextLines TextLines, FreeAttachment Attach)
Creates Free note in specifed 2D model. |
| DetailNoteItem | CreateLeaderNote
(DetailTextLines TextLines, Attachment NoteAttach, LeaderAttachments LeaderAttach,
/*optional*/
Double ElbowLength)
Creates leader note in specifed 2D model. |
| DetailNoteItem | CreateOffsetNote
(DetailTextLines TextLines, OffsetAttachment Attach)
Creates offset note in specifed 2D model. |
| DetailNoteItem | CreateOnItemNote
(DetailTextLines TextLines, ParametricAttachment Attach)
Creates on item note in specifed 2D model. |
| /*optional*/ DetailItem | GetDetailItem
(DetailType Type, int Id)
Finds a specified detail item, given the identifier and type. |
| /*optional*/ DetailItems | ListDetailItems
(
/*optional*/
DetailType Type,
/*optional*/
Integer SheetNumber)
Lists the detail items in the model. |
| DetailSymbolDefItem | RetrieveSymbolDefinition
(String FileName,
/*optional*/
String FilePath,
/*optional*/
Integer Version,
/*optional*/
Boolean UpdateUnconditionally)
DEPRECATED: since Creo 4 SUCCESSOR(S): DetailItemOwner.RetrieveSymbolDefItem Retrieves a symbol definition from disk. |
| DetailSymbolDefItem | RetrieveSymbolDefItem
(String FileName, DetailSymbolDefItemSource Source,
/*optional*/
String FilePath,
/*optional*/
Integer Version,
/*optional*/
Boolean UpdateUnconditionally)
|
| Method Detail |
|---|
| ListDetailItems |
|---|
| /*optional*/ DetailItems | ListDetailItems | ( /*optional*/ DetailType Type, /*optional*/ Integer SheetNumber) |
| Lists the detail items in the model.
Exceptions thrown (but not limited to): XToolkitNotFound - This means either:
XToolkitOutOfMemory - Found too many (either/all of) entities, items, groups, notes, symbol definitions, symbol instances to be contained in the output array. Use Visit instead.
|
| GetDetailItem |
|---|
| /*optional*/ DetailItem | GetDetailItem | (DetailType Type, int Id) |
| Finds a specified detail item, given the identifier and type.
Exceptions thrown (but not limited to): XToolkitNotFound - This means either:
XToolkitOutOfMemory - Found too many (either/all of) entities, notes to be contained in the output array. Use Visit instead.
|
| CreateDetailItem |
|---|
| DetailItem | CreateDetailItem | (DetailCreateInstructions Instructions) |
Creates a new detail item in the model.
|
| CreateFreeNote |
|---|
| DetailNoteItem | CreateFreeNote | (DetailTextLines TextLines, FreeAttachment Attach) |
Creates Free note in specifed 2D model.
|
| CreateOffsetNote |
|---|
| DetailNoteItem | CreateOffsetNote | (DetailTextLines TextLines, OffsetAttachment Attach) |
Creates offset note in specifed 2D model.
|
| CreateOnItemNote |
|---|
| DetailNoteItem | CreateOnItemNote | (DetailTextLines TextLines, ParametricAttachment Attach) |
Creates on item note in specifed 2D model.
|
| CreateLeaderNote |
|---|
| DetailNoteItem | CreateLeaderNote | (DetailTextLines TextLines, Attachment NoteAttach, LeaderAttachments LeaderAttach, /*optional*/ Double ElbowLength) |
| Creates leader note in specifed 2D model. Exceptions thrown (but not limited to): XToolkitOutOfMemory - Not enough memory.
|
| RetrieveSymbolDefinition |
|---|
| DetailSymbolDefItem | RetrieveSymbolDefinition | (String FileName, /*optional*/ String FilePath, /*optional*/ Integer Version, /*optional*/ Boolean UpdateUnconditionally) |
| Retrieves a symbol definition from disk.
Exceptions thrown (but not limited to): XToolkitNotFound - The specified symbol does not exist. XToolkitFound - The specified symbol exist but was not retrieved.
|
| RetrieveSymbolDefItem |
|---|
| DetailSymbolDefItem | RetrieveSymbolDefItem | (String FileName, DetailSymbolDefItemSource Source, /*optional*/ String FilePath, /*optional*/ Integer Version, /*optional*/ Boolean UpdateUnconditionally) |
| Exceptions thrown (but not limited to): XToolkitNotFound - The specified symbol does not exist. XToolkitFound - The specified symbol exist but was not retrieved.
|
| AllowReadonlyNoteSelection |
|---|
| void | AllowReadonlyNoteSelection | (boolean Allow) |
Controls whether or not the Creo Parametric user can select read only detail notes.
|