Description | ||||||||||||||
retrieves an array of constraints for a given Assembly component where constraints orientation has value with respect to datum plane and uses component path. This function supersedes ProAsmcompConstraintsWithDtmOrientGet. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProAsmcomp.h> | ||||||||||||||
ProError | ProAsmcompConstraintsWithComppathGet | ( | ||||||||||||
ProAsmcomp* component | ||||||||||||||
/* (In) | ||||||||||||||
The assembly component | ||||||||||||||
*/ | ||||||||||||||
ProAsmcomppath* component_path | ||||||||||||||
/* (In) | ||||||||||||||
The path to the owner assembly, if the constraints have references to other members of the top level assembly. If the constraints are only with respect to the assembly owner in component, this should be NULL. | ||||||||||||||
*/ | ||||||||||||||
ProAsmcompconstraint** pp_constraints | ||||||||||||||
/* (Out) | ||||||||||||||
ProArray of constraints | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|