API Documentation > Assembly > Object ProAsmcompconstraint > Function ProAsmcompconstraintCompreferenceGet
Function ProAsmcompconstraintCompreferenceGet
Description
retrieves the constraint references and orientations for the given constraint.
Synopsis
#include <ProAsmcomp.h>
ProAsmcompconstraintCompreferenceGet
(
/* (In)
The Assembly component constraint.
*/
ProSelection* comp_ref
/* (Out)
The component reference.
*/
ProDatumside* comp_orient
/* (Out)
component orientation
*/
)
Returns
The function successfully retrieved the information.
The argument is invalid.
Component reference not found .
Information retrieval failed .
Sample Code References
User Guide References
Was this helpful?