| DEPRECATED: | Since Creo 7.0 | |||||||||||||
| SUPERSEDED BY: | ProPartToProInterfaceData | |||||||||||||
| 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: | wfcWPart::GetInterfaceData | |||||||||||||
| Synopsis | ||||||||||||||
| #include <ProIntfData.h> | ||||||||||||||
| ProError | ProPartToProIntfData | ( | ||||||||||||
| ProPart ptk_part | ||||||||||||||
| /* (In) | ||||||||||||||
| The ProPart data structure. | ||||||||||||||
| */ | ||||||||||||||
| ProPartConversionOptions* p_cnv_opts | ||||||||||||||
| /* (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 | ||||||||||||||
|
||||||||||||||
| See Also | ||||||||||||||
| ProIntfDataAlloc | ||||||||||||||