API ドキュメンテーション > Miscellaneous > Object ProSrf > Function ProSrfCollinstrInfoSet
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
ProSrfCollinstrInfoSet
(
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
The function succeeded.
One or more arguments was invalid.
User Guide References
これは役に立ちましたか?