API 설명서 > Assembly > Object ProAsmcomp > Function ProAsmcompConstraintsWithDtmOrientGet
Function ProAsmcompConstraintsWithDtmOrientGet
DEPRECATED:
Since Creo 7.0.0.0
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>
ProAsmcompConstraintsWithDtmOrientGet
(
ProAsmcomp* component
/* (In)
The assembly component
*/
ProAsmcompconstraint** pp_constraints
/* (Out)
ProArray of constraints
*/
)
Returns
The function successfully retrieved the information.
The component argument is not a valid assembly component.
The input is invalid.
The assembly component does not have any constraints.
User Guide References
도움이 되셨나요?