API 설명서 > View manager > Object ProExpldstate > Function ProExpldstateInit
Function ProExpldstateInit
Description
Returns the handle to the specified explode state.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExpldstate.h>
ProExpldstateInit
(
ProName expld_name
/* (In)
The name of the specified explode state in the solid. If you specify this argument, the function ignores expld_id.
*/
int expld_id
/* (In)
The identifier of the explode state, if you did not specify the name (you specified NULL).
*/
ProSolid p_solid
/* (In)
The solid that contains the explode state. Cannot be NULL.
*/
ProExpldstate* p_handle
/* (Out)
The handle to the explode state, if found.
*/
)
Returns
The function found the explode state in the solid.
The function did not find the explode state in the solid.
One or more of the input arguments are invalid - for instance, p_solid is NULL or not PRO_ASSEMBLY.
p_solid is not a correct ProSolid pointer.
User Guide References
도움이 되셨나요?