API 文档 > Creating import and custom geometry > Object ProIntf > Function ProIntfDataQuiltAppend
Function ProIntfDataQuiltAppend
Description
Appends the quilt to the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataQuiltAppend
(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
ProQuiltdata* p_quiltdata
/* (In)
The quilt
*/
)
Returns
The function successfully appended the quilt.
One or more of the arguments are invalid.
Sample Code References
User Guide References
这对您有帮助吗?