| Description |
| Adds a component to a specified assembly or sub-assembly at the specified initial position. |
| Replacement in Object TOOLKIT: | pfcAssembly::AssembleComponent |
| Synopsis |
| #include <ProAsmcomp.h> |
| ProError | ProAsmcompAssemble | ( |
| ProAssembly owner_assembly | |
| /*
(In) |
| The assembly/sub-assembly into which the component is added. NULL is a valid argument.Current Assembly is used in this case . |
| */ |
| ProSolid component_model | |
| /*
(In) |
| The assembly component model |
| */ |
| ProMatrix init_pos | |
| /*
(In) |
| The component initial position |
| */ |
| ProAsmcomp* feature | |
| /*
(Out) |
| handle to the newly created assembly componennt. |
| */ |
| ) |
| Returns |
|
|