Need help on API function call in a journal
Need help on API function call in a journal
(OP)
this routine sets a logical in the current clone operation indicating whether associated files should by default be copied (for a clone), exported or imported in the current operation
Hi
Can someone please explain what this mean.
If for example i clone import an Assembly that contain components
that have non master drawings (specification part type)
Do this mean that if the master is cloned then also the
Non master will be cloned.
Thank you in advanced
Hi
Can someone please explain what this mean.
If for example i clone import an Assembly that contain components
that have non master drawings (specification part type)
Do this mean that if the master is cloned then also the
Non master will be cloned.
Thank you in advanced





RE: Need help on API function call in a journal
UF_CLONE_set_assoc_file_copy (view source)
Defined in: uf_clone.h
Overview
This routine sets a logical for the specified part in the current clone
operation indicating whether associated files should by default be copied
(for a clone), exported or imported in the current operation.
Environment
Internal and External
History
Originally released in V16.0
Required License(s)
gateway
int UF_CLONE_set_assoc_file_copy
(
const char * input_part_name,
logical copy_associated
)
const char * input_part_name Input part name of part in the current cloning
operation, in NX Manager clone, or for an
export operation, this should be a CLI
name, otherwise a native O/S file name
logical copy_associated Input whether to copy associated files for this part