#include <ProAsmcomp.h>
ProError ProAsmcompPositionSet (
ProAsmcomppath* component_path
/* (In)
The path from the top level assembly to the component feature. Required if the component has external references to geometry outside of the immediate assembly. If the component does not have any external references, NULL is allowed.
*/
ProAsmcomp* component
/* (In)
The assembly component
*/
ProMatrix position
/* (In)
The position
*/
)
Returns
PRO_TK_NO_ERROR The function successfully retrieved the information.
PRO_TK_BAD_INPUTS An input argument was invalid or component is of
type bulk item .