| Library | File | Frames | Expand |
| pfcExternalDataClass_ptr | CreateClass (xrstring Name) | |
|
This method is enabled for Creo Direct. Creates a class in the model's external data. |
||
| xbool | IsValid () | |
|
This method is enabled for Creo Direct. Returns true if this object is still valid for this model, false if access has been terminated |
||
| pfcExternalDataClasses_ptr | ListClasses () | |
|
This method is enabled for Creo Direct. Lists all of the external data classes for the model |
||
| void | LoadAll () | |
|
This method is enabled for Creo Direct. Loads all of the model's external data into memory. |
||
| void | ReleaseDataBuffer (pfcExternalData_ptr data) | |
|
This method is enabled for Creo Direct. Frees the memory allocated for data buffer. |
||
| pfcExternalDataClasses_ptr | ListClasses | () |
|
This method is enabled for Creo Direct. Lists all of the external data classes for the model Exceptions thrown (but not limited to): pfcXExternalDataTKError - The function failed. pfcXExternalDataInvalidObject - The specified model is invalid. pfcXBadExternalData - Data access object is no longer valid
|
| pfcExternalDataClass_ptr | CreateClass | (xrstring Name) |
|
This method is enabled for Creo Direct. Creates a class in the model's external data. Exceptions thrown (but not limited to): pfcXExternalDataTKError - The function failed. pfcXExternalDataInvalidObject - The specified model or class name is invalid. pfcXExternalDataClassOrSlotExists - The specified class name already exists. pfcXExternalDataNamesTooLong - The specified class name exceeds the length 32. pfcXBadExternalData - Data access object is no longer valid
|
| void | LoadAll | () |
|
This method is enabled for Creo Direct. Loads all of the model's external data into memory. Using this method can improve the performance of reading the model data. Exceptions thrown (but not limited to): pfcXExternalDataTKError - The function failed. pfcXExternalDataInvalidObject - The specified model is invalid. pfcXBadExternalData - Data access object is no longer valid
|
| xbool | IsValid | () |
|
This method is enabled for Creo Direct. Returns true if this object is still valid for this model, false if access has been terminated
|
| void | ReleaseDataBuffer | (pfcExternalData_ptr data) |
|
This method is enabled for Creo Direct. Frees the memory allocated for data buffer.
|