Category Assembly, Object ProAsmcomp

Function ProAsmcompConstraintsWithDtmOrientGet


DEPRECATED: Since Creo 7.0.0.0
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. Assembly: Assembling Components: Assembling Components by Functions
  2. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0