Documentación de la API > Assembly > Object ProAsmcompconstraint > Function ProAsmcompconstraintAsmreferenceGet
Function ProAsmcompconstraintAsmreferenceGet
Description
retrieves the constraint references and orientations for the given constraint.
Synopsis
#include <ProAsmcomp.h>
ProAsmcompconstraintAsmreferenceGet
(
/* (In)
The Assembly component constraint.
*/
ProSelection* asm_ref
/* (Out)
The assembly reference.
*/
ProDatumside* asm_orient
/* (Out)
assembly orientation
*/
)
Returns
The function successfully retrieved the information.
The argument is invalid.
Assembly reference not found .
Information retrieval failed .
Sample Code References
User Guide References
¿Fue esto útil?