Category Creating import and custom geometry, Object ProIntf

Function ProIntfDataOutlineSet


Description
Sets the outline of the interface data.
Synopsis
#include <ProIntfData.h>
ProErrorProIntfDataOutlineSet(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
ProOutline xyz_outline
/* (In)
The coordinates of box that contains the interface data
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set outline.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Sample Code References:

  1. pt_examples ( TestImportfeat.c )