API-Dokumentation > Solids and parts > Object ProPart > Function ProPartToProInterfaceData
Function ProPartToProInterfaceData
Description
Converts a ProPart structure to a ProIntfData structure.
Synopsis
#include <ProIntfData.h>
ProPartToProInterfaceData
(
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.
Sample Code References
User Guide References
War dies hilfreich?