Function ProCombstateRedefine
Description
redefine existing combined state.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCombstate.h>
ProCombstateRedefine
(
ProCombstate* cs_item
/* (In)
Combined state item to redefine.
*/
ProModelitem* ref_arr
/* (In)
ProArray of reference items to redefine. See ProCombstateDataGet for possible types of items in this array. The new references override the existing ones. If a reference shouldn't be changed it should be passed with same ID. Omit a reference for 'NO STATE', where comb state activation will not affect this aspect, and use id PRO_COMBSTATE_REF_MRU for Most Recently Used. The reference array must be non empty.
*/
/* (In)
Cross section clipping option of a state.
*/
ProBool is_expld
/* (In)
State exploded/unexploded?
*/
)
Returns
Combined state redefined.
Model is in read-only state.
Invalid solid or cs_item.
Invalid references. Possible errors:
- The type of one of the references is not valid.
- Reference of some type appears twice or more.
- Id and type of a reference don't match.
User Guide References
これは役に立ちましたか?