Category Curve and surface collection, Object ProCrvcollection

Function ProCrvcollectionInstructionsGet


Description
Gets instructions from curve collection
Synopsis
#include <ProCrvcollection.h>
ProErrorProCrvcollectionInstructionsGet(
ProCollection collection
/* (In)
Curve collection
*/
ProCrvcollinstr** instrs_array
/* (Out)
ProArray of instructions. Free this array using ProCrvcollinstrArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_E_NOT_FOUNDInvalid index for the instruction.
PRO_TK_INVALID_TYPEThe collection contains instructions for surfaces.

Manual References:

  1. User Interface: Curve and Surface Collection: Contents of Curve Collection
  2. User Interface: Curve and Surface Collection: Contents of Curve Collection

Sample Code References:

  1. pt_userguide ( UgSmtFlgWallCreate.c )