Documentazione API > Miscellaneous > Object ProCombstate > Function ProCombstateSupplGeomStateGet
Function ProCombstateSupplGeomStateGet
Description
Checks if Supplementary Geometry is controlled by layers or specified combined state.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCombstate.h>
ProCombstateSupplGeomStateGet
(
ProCombstate* cs_item
/* (In)
Pointer to a combined state item to retrieve the state from.
*/
ProBool* p_state
/* (Out)
Flag to determine whether the given combined state's Supplementary Geometry is controlled by layers or combined state. PRO_B_TRUE when the display is controlled by combined state. PRO_B_FALSE when the display is controlled by layers.
*/
)
Returns
The 'Supplementary Geometry' State was retrieved successfully.
Invalid combined state item. Model passed in cs_item is NULL, or the type of the item is not of PRO_COMBINED_STATE.
User Guide References
È stato utile?