API 文档 > Solids and parts > Object ProPart > Function ProPartToProIntfData
Function ProPartToProIntfData
DEPRECATED:
Since Creo 7.0
Description
Converts a ProPart structure to a ProIntfData structure.
Note: This API will not work on solid having more than one body. Use ProPartToProInterfaceData() for multi-body parts.
Replacement in Object TOOLKIT:
Synopsis
#include <ProIntfData.h>
ProPartToProIntfData
(
ProPart ptk_part
/* (In)
The ProPart data structure.
*/
/* (In)
The options for the conversion.
*/
ProIntfData* p_intfdata
/* (Out)
The interface data. You must preallocate the memory for this argument by calling the function ProIntfDataAlloc().
*/
)
Returns
The function successfully converted the ProPart structure.
Insufficient memory.
One or more of the input arguments are invalid.
Part with more than one body.
See Also
这对您有帮助吗?