API ドキュメンテーション > Miscellaneous > Object ProExpld > Function ProExpldStateExplodeLinesGet
Function ProExpldStateExplodeLinesGet
Description
Gets the explode lines of an explode state.
Synopsis
#include <ProExpldstate.h>
ProExpldStateExplodeLinesGet
(
ProExpldstate* p_expld_state
/* (In)
The explode state. Cannot be NULL.
*/
ProFeature** pp_expld_lines
/* (Out)
ProArray of explode lines of an explode state. Cannot be NULL. Free this array using ProArrayFree().
*/
)
Returns
The function successfully returned the explode lines.
One or more of the input arguments are invalid.
The explode state was not found.
The explode line was not found for input explode state.
Unspecified error.
User Guide References
これは役に立ちましたか?