Category
Curve and surface collection
, Object
ProSrfcollection
Function ProSrfcollectionInstructionAdd
Description
Adds instruction to surface collection
Synopsis
#include <
ProSrfcollection.h
>
ProError
ProSrfcollectionInstructionAdd
(
ProCollection
collection
/* (In)
Surface collection
*/
ProSrfcollinstr
instr
/* (In)
Instruction to add
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
PRO_TK_INVALID_TYPE
The collection contains instructions for curves.
Manual References:
User Interface: Curve and Surface Collection: Creation and Modification of Surface Collections
User Interface: Curve and Surface Collection: Creation and Modification of Surface Collections
Sample Code References:
pt_af_examples ( PTAEToDraft.c )
pt_userguide ( UgDraftTemplate.c )
pt_userguide ( UgRemoveSurfCreate.c )
pt_userguide ( UgSimpleDraftCreate.c )
pt_userguide ( UgMfgMillSeqCreate.c )