Create new components in the specified assembly by copying them from a specified model using
ProAsmcompMdlnameCreateCopy(). This function creates a new component with the specified name, places it at a default location in the assembly, or leaves it unplaced. The input arguments are the assembly to copy from, the new component name, the new component type (either
PRO_MDL_ASSEMBLY or
PRO_MODEL_PART), the handle to the model used as a template, and specification of default or “unplaced” component placement. If the template handle is
NULL, the component is created empty.