Documentación de la API > Assembly > Object ProAsmcomp > Function ProAsmcompPositionGet
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:
Synopsis
#include <ProAsmcomp.h>
ProAsmcompPositionGet
(
ProAsmcomp* component
/* (In)
The assembly component
*/
ProMatrix position
/* (Out)
The position
*/
)
Returns
The function successfully retrieved the information.
The input argument was invalid.
The input argument was of type - bulk item .
User Guide References
¿Fue esto útil?