Skip to main content
Skip table of contents

CDRFLEx.get_user_cart_coord

기능

해당하는 ID(iReqId)의 사용자 좌표계의 정보인 참조 기준 및 위치 정보를 조회한다.

해당 함수는 M2.5 버전 이상에서만 사용 가능하다.

인수

인수명자료형기본값설명

iReqId

int

-

식별자

리턴

설명

USER_COORDINATE

변경된 CoordinateID, 참조 기준 및 위치정보

예제

CPP
float pos[6] = {10, 20, 30, 0, 0, 0};
int id = Drfl.set_user_cart_coord(0, pos);
USER_COORDINATE *temp = Drfl.get_user_cart_coord(id);

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.