| Library | Module | Frames | Expand |
| Sub | AllowReadonlyNoteSelection (Allow as Boolean) | |
| Controls whether or not the Creo Parametric user can select read only detail notes. | ||
| Function | CreateDetailItem (Instructions as IpfcDetailCreateInstructions) as IpfcDetailItem | |
| Creates a new detail item in the model. | ||
| Function | CreateFreeNote (TextLines as IpfcDetailTextLines, Attach as IpfcFreeAttachment) as IpfcDetailNoteItem | |
| Creates Free note in specifed 2D model. | ||
| Function | CreateLeaderNote (TextLines as IpfcDetailTextLines, NoteAttach as IpfcAttachment, LeaderAttach as IpfcLeaderAttachments, ElbowLength as Double [optional]) as IpfcDetailNoteItem | |
| Creates leader note in specifed 2D model. | ||
| Function | CreateOffsetNote (TextLines as IpfcDetailTextLines, Attach as IpfcOffsetAttachment) as IpfcDetailNoteItem | |
| Creates offset note in specifed 2D model. | ||
| Function | CreateOnItemNote (TextLines as IpfcDetailTextLines, Attach as IpfcParametricAttachment) as IpfcDetailNoteItem | |
| Creates on item note in specifed 2D model. | ||
| Function | GetDetailItem (Type as IpfcDetailType, Id as Long) as IpfcDetailItem [optional] | |
| Finds a specified detail item, given the identifier and type. | ||
| Function | ListDetailItems (Type as IpfcDetailType [optional], SheetNumber as Long [optional]) as IpfcDetailItems [optional] | |
| Lists the detail items in the model. | ||
| Function | RetrieveSymbolDefinition (FileName as String, FilePath as String [optional], Version as Long [optional], UpdateUnconditionally as Boolean [optional]) as IpfcDetailSymbolDefItem | |
| DEPRECATED: since Creo 4 | ||
| SUCCESSOR(S): DetailItemOwner.RetrieveSymbolDefItem | Retrieves a symbol definition from disk. | |
| Function | RetrieveSymbolDefItem (FileName as String, Source as IpfcDetailSymbolDefItemSource, FilePath as String [optional], Version as Long [optional], UpdateUnconditionally as Boolean [optional]) as IpfcDetailSymbolDefItem | |
| Sub | AllowReadonlyNoteSelection | (Allow as Boolean) |
|
Controls whether or not the Creo Parametric user can select read only detail notes.
|
| Function | CreateDetailItem | (Instructions as IpfcDetailCreateInstructions) as IpfcDetailItem |
|
Creates a new detail item in the model.
|
| Function | CreateFreeNote | (TextLines as IpfcDetailTextLines, Attach as IpfcFreeAttachment) as IpfcDetailNoteItem |
|
Creates Free note in specifed 2D model.
|
| Function | CreateLeaderNote | (TextLines as IpfcDetailTextLines, NoteAttach as IpfcAttachment, LeaderAttach as IpfcLeaderAttachments, ElbowLength as Double [optional]) as IpfcDetailNoteItem |
|
Creates leader note in specifed 2D model. Exceptions thrown (but not limited to): IpfcXToolkitOutOfMemory - Not enough memory.
|
| Function | CreateOffsetNote | (TextLines as IpfcDetailTextLines, Attach as IpfcOffsetAttachment) as IpfcDetailNoteItem |
|
Creates offset note in specifed 2D model.
|
| Function | CreateOnItemNote | (TextLines as IpfcDetailTextLines, Attach as IpfcParametricAttachment) as IpfcDetailNoteItem |
|
Creates on item note in specifed 2D model.
|
| Function | GetDetailItem | (Type as IpfcDetailType, Id as Long) as IpfcDetailItem [optional] |
|
Finds a specified detail item, given the identifier and type. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - This means either:
IpfcXToolkitOutOfMemory - Found too many (either/all of) entities, notes to be contained in the output array. Use Visit instead.
|
| Function | ListDetailItems | (Type as IpfcDetailType [optional], SheetNumber as Long [optional]) as IpfcDetailItems [optional] |
|
Lists the detail items in the model. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - This means either:
IpfcXToolkitOutOfMemory - Found too many (either/all of) entities, items, groups, notes, symbol definitions, symbol instances to be contained in the output array. Use Visit instead.
|
| Function | RetrieveSymbolDefinition | (FileName as String, FilePath as String [optional], Version as Long [optional], UpdateUnconditionally as Boolean [optional]) as IpfcDetailSymbolDefItem |
| DEPRECATED: since Creo 4 |
| SUCCESSOR(S): DetailItemOwner.RetrieveSymbolDefItem |
Retrieves a symbol definition from disk. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The specified symbol does not exist. IpfcXToolkitFound - The specified symbol exist but was not retrieved.
|
| Function | RetrieveSymbolDefItem | (FileName as String, Source as IpfcDetailSymbolDefItemSource, FilePath as String [optional], Version as Long [optional], UpdateUnconditionally as Boolean [optional]) as IpfcDetailSymbolDefItem |
|
Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The specified symbol does not exist. IpfcXToolkitFound - The specified symbol exist but was not retrieved.
|