Object ProSrf

Function ProSrfCollinstrInfoSet


Description
This function sets the collection instruction specific bit flags information in the surface collection instruction. For example, using this API, the geometry rule based attributes can be set. Note: Before calling this API set the include flag (true/false) for this surface collection instruction using ProSrfcollinstrIncludeSet()
Synopsis
#include <ProSrfcollection.h>
ProErrorProSrfCollinstrInfoSet(
ProSrfcollinstr instruction
/* (In)
The instruction object
*/
int info
/* (In)
The information bit flags. Pass as bitmask containing one or more of the bit flags PRO_SURFCOLL_* defined ProSrfcollection.h
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. User Interface: Curve and Surface Collection: Contents of Surface Collection
  2. User Interface: Curve and Surface Collection: Creation and Modification of Surface Collections
  3. User Interface: Curve and Surface Collection: Creation and Modification of Surface Collections