Documentación de la API > Assembly > Object ProAssembly > Function ProAssemblyAutointerchange
Function ProAssemblyAutointerchange
Description
Performs the automatic replacement of an assembly member, in the manner of Creo Parametric.
Note that Creo Parametric enables automatic replacement of assembly members using the following methods:
Interchange groups
Instances of family tables
Global reference datums in layouts
Replacement in Object TOOLKIT:
Synopsis
#include <ProAssembly.h>
ProAssemblyAutointerchange
(
ProAssembly assembly
/* (In)
The assembly or subassembly.
*/
int* component_ids
/* (In)
The ProArray of component identifiers from the assembly node assembly that identifies the replaced members.
*/
ProMdl replacement_model
/* (In)
The replacement component. This can be a part or subassembly.
*/
)
Returns
The function succeeded
Model is in read-only state.
One or more arguments are invalid.
A general error occurred and the function failed.
User Guide References
¿Fue esto útil?