| Library | Module | Frames | Expand |
| void | AllowReadonlyNoteSelection (boolean Allow) | |
| Controls whether or not the Creo Parametric user can select read only detail notes. | ||
| pfcDetailItem | CreateDetailItem (pfcDetailCreateInstructions Instructions) | |
| Creates a new detail item in the model. | ||
| pfcDetailNoteItem | CreateFreeNote (pfcDetailTextLines TextLines, pfcFreeAttachment Attach) | |
| Creates Free note in specifed 2D model. | ||
| pfcDetailNoteItem | CreateLeaderNote (pfcDetailTextLines TextLines, pfcAttachment NoteAttach, pfcLeaderAttachments LeaderAttach, /* optional */ number ElbowLength) | |
| Creates leader note in specifed 2D model. | ||
| pfcDetailNoteItem | CreateOffsetNote (pfcDetailTextLines TextLines, pfcOffsetAttachment Attach) | |
| Creates offset note in specifed 2D model. | ||
| pfcDetailNoteItem | CreateOnItemNote (pfcDetailTextLines TextLines, pfcParametricAttachment Attach) | |
| Creates on item note in specifed 2D model. | ||
| /* optional */ pfcDetailItem | GetDetailItem (pfcDetailType Type, number Id) | |
| Finds a specified detail item, given the identifier and type. | ||
| /* optional */ pfcDetailItems | ListDetailItems ( /* optional */ pfcDetailType Type, /* optional */ number SheetNumber) | |
| Lists the detail items in the model. | ||
| pfcDetailSymbolDefItem | RetrieveSymbolDefinition (string FileName, /* optional */ string FilePath, /* optional */ number Version, /* optional */ boolean UpdateUnconditionally) | |
| DEPRECATED: since Creo 4 | ||
| SUCCESSOR(S): DetailItemOwner.RetrieveSymbolDefItem | Retrieves a symbol definition from disk. | |
| pfcDetailSymbolDefItem | RetrieveSymbolDefItem (string FileName, pfcDetailSymbolDefItemSource Source, /* optional */ string FilePath, /* optional */ number Version, /* optional */ boolean UpdateUnconditionally) | |
| void | AllowReadonlyNoteSelection | (boolean Allow) |
|
Controls whether or not the Creo Parametric user can select read only detail notes.
|
| pfcDetailItem | CreateDetailItem | (pfcDetailCreateInstructions Instructions) |
|
Creates a new detail item in the model.
|
| pfcDetailNoteItem | CreateFreeNote | (pfcDetailTextLines TextLines, pfcFreeAttachment Attach) |
|
Creates Free note in specifed 2D model.
|
| pfcDetailNoteItem | CreateLeaderNote | (pfcDetailTextLines TextLines, pfcAttachment NoteAttach, pfcLeaderAttachments LeaderAttach, /* optional */ number ElbowLength) |
|
Creates leader note in specifed 2D model. Exceptions thrown (but not limited to): pfcXToolkitOutOfMemory - Not enough memory.
|
| pfcDetailNoteItem | CreateOffsetNote | (pfcDetailTextLines TextLines, pfcOffsetAttachment Attach) |
|
Creates offset note in specifed 2D model.
|
| pfcDetailNoteItem | CreateOnItemNote | (pfcDetailTextLines TextLines, pfcParametricAttachment Attach) |
|
Creates on item note in specifed 2D model.
|
| /* optional */ pfcDetailItem | GetDetailItem | (pfcDetailType Type, number Id) |
|
Finds a specified detail item, given the identifier and type. Exceptions thrown (but not limited to): pfcXToolkitNotFound - This means either:
pfcXToolkitOutOfMemory - Found too many (either/all of) entities, notes to be contained in the output array. Use Visit instead.
|
| /* optional */ pfcDetailItems | ListDetailItems | ( /* optional */ pfcDetailType Type, /* optional */ number SheetNumber) |
|
Lists the detail items in the model. Exceptions thrown (but not limited to): pfcXToolkitNotFound - This means either:
pfcXToolkitOutOfMemory - Found too many (either/all of) entities, items, groups, notes, symbol definitions, symbol instances to be contained in the output array. Use Visit instead.
|
| pfcDetailSymbolDefItem | RetrieveSymbolDefinition | (string FileName, /* optional */ string FilePath, /* optional */ number Version, /* optional */ boolean UpdateUnconditionally) |
| DEPRECATED: since Creo 4 | |
| SUCCESSOR(S): DetailItemOwner.RetrieveSymbolDefItem |
Retrieves a symbol definition from disk. Exceptions thrown (but not limited to): pfcXToolkitNotFound - The specified symbol does not exist. pfcXToolkitFound - The specified symbol exist but was not retrieved.
|
| pfcDetailSymbolDefItem | RetrieveSymbolDefItem | (string FileName, pfcDetailSymbolDefItemSource Source, /* optional */ string FilePath, /* optional */ number Version, /* optional */ boolean UpdateUnconditionally) |
|
Exceptions thrown (but not limited to): pfcXToolkitNotFound - The specified symbol does not exist. pfcXToolkitFound - The specified symbol exist but was not retrieved.
|