API 설명서 > Creo Parametric fundamentals > Object ProMdl > Function ProMdlCombstatesGet
Function ProMdlCombstatesGet
Description
Returns list of combined states of a solid.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCombstate.h>
ProMdlCombstatesGet
(
ProSolid p_solid
/* (In)
Solid.
*/
ProCombstate** p_cs_array
/* (Out)
ProArray of ProCombstate structures. To free the Array call ProArrayFree()
*/
)
Returns
Function successefully returned not empty array.
No combined states found in the model.
One of the arguments is Zero pointer.
User Guide References
도움이 되셨나요?