Category Assembly, Object ProAsmcomp

Function ProAsmcompPositionGet


Description
Retrieves the component's initial position before constraints and movements have been applied. If the component is fully packaged this position is the same as the constraint's actual position.
Replacement in Object TOOLKIT: pfcComponentFeat::Position
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompPositionGet(
ProAsmcomp* component
/* (In)
The assembly component
*/
ProMatrix position
/* (Out)
The position
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument was invalid.
PRO_TK_E_NOT_FOUNDThe input argument was of type - bulk item .

Manual References:

  1. Assembly: Assembling Components: Assembling Components by Functions
  2. Assembly: Assembling Components: Assembling Components by Functions