API 설명서 > Assembly > Object ProAsmcomp > Function ProAsmcompEmbed
Function ProAsmcompEmbed
Description
Embed selected component in its owner assembly.
Synopsis
#include <ProAsmcomp.h>
ProAsmcompEmbed
(
ProSelection comp_sel
/* (In)
Component selection.
*/
ProBoolean embed_recursively
/* (In)
Used only when comp_sel is sub-asm selection. If PRO_B_FALSE and comp_sel is sub-asm selection, then only sub-asm will be embedded. If PRO_B_TRUE and comp_sel is sub-asm then sub-asm and all its possible components will be embedded.
*/
)
Returns
The function succeeded.
Model is in read-only state.
The argument is invalid.
Selected component is already embedded.
User Guide References
도움이 되셨나요?