Category Assembly, Object ProAsmcomp

Function ProAsmcompConstraintsWithDtmOrientGet


SUPERSEDED BY: ProAsmcompConstraintsWithComppathGet
Description
retrieves an array of constraints for a given Assembly component where constraints orientation has value with respect to datum plane. This function supersedes ProAsmcompConstraintsGet.
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompConstraintsWithDtmOrientGet(
ProAsmcomp* component
/* (In)
The assembly component
*/
ProAsmcompconstraint** pp_constraints
/* (Out)
ProArray of constraints
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_INVALID_TYPEThe component argument is not a valid assembly component.
PRO_TK_BAD_INPUTSThe input is invalid.
PRO_TK_E_NOT_FOUNDThe assembly component does not have any constraints.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 M080: Assembly
  2. Assembly: Assembling Components: Assembling Components by Functions
  3. Assembly: Assembling Components: Assembling Components by Functions