PopupInput3D

3D 데이터 입력 팝업 UI 클래스.
The PopupInput3D is for entering 3D data.

new Ditap.PopupInput3D(viewer, interaction3DPosition)

Name Type Description
viewer DitapViewer 사용할 Ditap Viewer 인스턴스.
The DitapViewer instance to use.
interaction3DPosition Interaction3DPosition 3D 모델 위치 지정을 위한 사용자 입력 클래스.
User input class for specifying 3D model position.

Extends

Members

cancelButton : Element

"취소" 버튼 요소에 대한 콜백 함수.
Callback cancel button element.

okButton : Element

"확인" 버튼 요소에 대한 콜백 함수.
Callback okay button element.

Methods

addTabClickEvent()

탭 변경이 발생할 때 실행할 이벤트 추가.
Add an event to run when tab changes are made

appendContent(element)

컨텐츠 영역에 요소 추가.
Append element to content.
Name Type Description
element Element 추가할 요소.
Element to add.
Inherited From:

appendFooter(element)

푸터 영역에 요소 추가.
Append element to footer.
Name Type Description
element Element 추가할 요소.
Element to add.
Inherited From:

appendHeader(element)

헤더 영역에 요소 추가.
Append element to header.
Name Type Description
element Element 추가할 요소.
Element to add.
Inherited From:

bindCallbackCancelBtn()

"취소" 버튼에 대한 콜백 함수 바인딩.
Cancel callback binding.

bindCallbackOkBtn(viewer, interaction3DPosition)

"확인" 버튼에 대한 콜백 함수 바인딩.
Ok callback binding.
Name Type Description
viewer DitapViewer 사용할 Ditap Viewer 인스턴스.
The DitapViewer instance to use.
interaction3DPosition Interaction3DPosition 3D 모델 위치 지정을 위한 사용자 입력 클래스.
User input class for specifying 3D model position.

close(element)

팝업 닫기.
Close popup.
Name Type Description
element Element 매개변수가 없는 경우 wrapper 오픈.
If no parameter is entered, close wrapper.
Inherited From:

createInput3DBox()

3D 데이터 입력폼 생성.
Create a 3D data input form.

destroy()

인스턴스 파괴. 영구적으로 제거하는 경우 호출.
Destroys the instance. Should be called if permanently removing the instance from layout.

open(element)

팝업 열기.
Open popup.
Name Type Description
element Element 매개변수가 없는 경우 wrapper 오픈.
element If no parameter is entered, open wrapper.
Inherited From:

prependContent(element)

컨텐츠 영역 맨 앞에 요소 추가.
Prepend element to content.
Name Type Description
element Element 추가할 요소.
Element to add.
Inherited From:

prependFooter(element)

푸터 영역 맨 앞에 요소 추가.
Prepend element to footer.
Name Type Description
element Element 추가할 요소.
Element to add.
Inherited From:

prependHeader(element)

헤더 영역 맨 앞에 요소 추가.
Prepend element to header.
Name Type Description
element Element 추가할 요소.
Element to add.
Inherited From:

removeAllContent()

컨텐츠 영역의 모든 자식 요소 제거.
Remove all children of content.
Inherited From:

removeAllFooter()

푸터 영역의 모든 자식 요소 제거.
Remove all children of footer.
Inherited From:

removeAllHeader()

헤더 영역의 모든 자식 요소 제거.
Remove all children of header.
Inherited From:

removeCallback()

콜백 함수 바인딩 해제.
Remove callback binding.

removeClickEvent()

클릭 이벤트 제거.
Remove click event.

removeContent(element)

컨텐츠 영역의 자식 요소 제거.
Remove children of content.
Name Type Description
element Element 제거할 요소.
Element to remove.
Inherited From:

removeFooter(element)

푸터 영역의 자식 요소 제거.
Remove children of footer.
Name Type Description
element Element 제거할 요소.
Element to remove.
Inherited From:

removeHeader(element)

헤더 영역의 자식 요소 제거.
Remove children of header.
Name Type Description
element Element 제거할 요소.
Element to remove.
Inherited From:

reset()

데이터 입력 팝업 초기화.
Reset the data input popup.

toggle(element)

팝업 활성화 on/off 기능.
Function on and off.
Name Type Description
element Element 매개변수가 없는 경우 wrapper 오픈.
If no parameter is entered, toggle wrapper.
Inherited From: