Index

A B C D E F G H I L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages

S

save() - Method in class net.softhills.vizcore.SettingManager
설정 값을 저장 하는 함수 재실행 시에도 유지
ScreenCapture - Variable in class net.softhills.vizcore.VIZCore
ScreenCapture Manager
ScreenCaptureManager - Class in net.softhills.vizcore
ScreenCapture Manager
Section - Variable in class net.softhills.vizcore.VIZCore
Section Manager
SectionManager - Class in net.softhills.vizcore
Section Manager
select(int[], Boolean) - Method in class net.softhills.vizcore.Object3DManager
오브젝트 선택 / 해제
select(int, Boolean) - Method in class net.softhills.vizcore.Object3DManager
오브젝트 선택 / 해제
select(ArrayList<Integer>, Boolean) - Method in class net.softhills.vizcore.Object3DManager
오브젝트 선택 / 해제
SelectionBox - Variable in class net.softhills.vizcore.VIZCore
SelectionBox Manager
SelectionBoxManager - Class in net.softhills.vizcore
SelectionBox Manager
SelectModelTree(int, Boolean) - Method in class net.softhills.vizcore.ModelTreeManager
모델 트리 선택하기
sensitivity - Variable in class net.softhills.vizcore.ViewManager
화면 조작 민감도 Default = 1
setAlpha(float) - Method in class net.softhills.vizcore.ColorManager
선택 오브젝트 투명도 설정
setAlphaAll(float) - Method in class net.softhills.vizcore.ColorManager
모든 오브젝트 투명도 설정
setColor(float, float, float) - Method in class net.softhills.vizcore.ColorManager
선택 오브젝트 색상 변경
setColor(float, float, float, float) - Method in class net.softhills.vizcore.ColorManager
선택 오브젝트 색상 변경
setColor(int[], float, float, float) - Method in class net.softhills.vizcore.ColorManager
오브젝트 색상 변경
setColor(int[], float, float, float, float) - Method in class net.softhills.vizcore.ColorManager
오브젝트 색상 변경
setColor(ArrayList<Integer>, float, float, float) - Method in class net.softhills.vizcore.ColorManager
오브젝트 색상 변경
setColor(ArrayList<Integer>, float, float, float, float) - Method in class net.softhills.vizcore.ColorManager
오브젝트 색상 변경
SetCreateCameraTexture() - Method in class softhills.VIZWing.SHARCoreGLRenderer
 
setDefaultView(Data.CameraDirection) - Method in class net.softhills.vizcore.ViewManager
카메라 기본 방향 설정
setDisplayRotation(Display) - Method in class softhills.VIZWing.SHARCoreProcess
 
setFrameLayout(FrameLayout) - Method in class net.softhills.vizcore.VIZCore
FrameLayout 설정
SetGLRender(MyGLRenderer) - Method in class softhills.VIZWing.SHARCoreProcess
 
setHWAcceleration(Boolean) - Method in class net.softhills.vizcore.ViewManager
H/W 가속 사용 여부 설정
Default = true
setModelTree(FrameLayout) - Method in class net.softhills.vizcore.ModelTreeManager
모델 트리 바인딩
setModeltreeDrawerMode(boolean) - Method in class net.softhills.vizcore.ModelTreeManager
모델 트리 Drawer Mode 설정
setNavigationMode(Data.NavigationMode) - Method in class net.softhills.vizcore.ViewManager
조작 모드 설정
setNodeTreeShow(Node) - Method in class net.softhills.vizcore.ModelTreeManager
model tree Node Show 설정하기
setNodeTreeStatus(Node) - Method in class net.softhills.vizcore.ModelTreeManager
model tree Node Status 설정하기
SetParent(SHARCoreGLSurfaceView) - Method in class softhills.VIZWing.SHARCoreGLRenderer
 
SetParent(SHARCoreProcess) - Method in class softhills.VIZWing.SHARCoreGLSurfaceView
 
setPivotPostionBySelectedNodeCenter(Boolean) - Method in class net.softhills.vizcore.ViewManager
회전시 피봇을 선택 모델 중심에 맞춤 여부 설정 Default = false
setPivotVisible(Boolean) - Method in class net.softhills.vizcore.ViewManager
피봇 보이기 여부 설정 Default = true
setProgressBar(FrameLayout) - Method in class net.softhills.vizcore.VIZCore
ProgressBar 설정
setSelectionRange(int) - Method in class net.softhills.vizcore.ViewManager
선택 감지 범위 반환 설정
setText(String) - Method in class net.softhills.vizcore.WatermarkManager
워터마크 텍스트 설정
setTextColor(int, int, int, int) - Method in class net.softhills.vizcore.WatermarkManager
워터마크 텍스트 색상 설정
setTextRotation(int) - Method in class net.softhills.vizcore.WatermarkManager
워터마크 텍스트 회전 각도 설정
setTextSize(int) - Method in class net.softhills.vizcore.WatermarkManager
워터마크 텍스트 크기 설정
SetTextureCoords(float[]) - Method in class softhills.VIZWing.SHARCoreGLRenderer
 
Setting - Variable in class net.softhills.vizcore.VIZCore
Setting Manager
SettingManager - Class in net.softhills.vizcore
Setting Manager
setTransparentObjectAsPick(Boolean) - Method in class net.softhills.vizcore.ViewManager
투명 오브젝트 선택 가능 설정 Default = true
setupCreateCurrentViewRender(Context) - Method in class softhills.VIZWing.SHARCoreProcess
 
setupRenderer() - Method in class softhills.VIZWing.SHARCoreProcess
 
setUseOsnap(Boolean) - Method in class net.softhills.vizcore.ViewManager
Osnap 활성화 설정 Default = true
setX(float) - Method in class net.softhills.math.Vector3D
Vector3D의 x좌표 설정하기
setY(float) - Method in class net.softhills.math.Vector3D
Vector3D의 y좌표 설정하기
setZ(float) - Method in class net.softhills.math.Vector3D
Vector3D의 z좌표 설정하기
setZero() - Method in class net.softhills.math.Vector3D
Vector3D 초기화 x = 0.0f, y = 0.0f, z = 0.0f
SHARCoreGLRenderer - Class in softhills.VIZWing
 
SHARCoreGLRenderer() - Constructor for class softhills.VIZWing.SHARCoreGLRenderer
 
SHARCoreGLRenderer.ARRenderCallback - Interface in softhills.VIZWing
 
SHARCoreGLSurfaceView - Class in softhills.VIZWing
 
SHARCoreGLSurfaceView(Context) - Constructor for class softhills.VIZWing.SHARCoreGLSurfaceView
 
SHARCoreProcess - Class in softhills.VIZWing
Created by SH on 2018-11-29.
SHARCoreProcess() - Constructor for class softhills.VIZWing.SHARCoreProcess
 
SHARCoreProcess(Context) - Constructor for class softhills.VIZWing.SHARCoreProcess
 
SHARCoreProcess.ARReadCallback - Interface in softhills.VIZWing
 
ShdCoreLib.NodePickListener - Interface in softhills.VIZWing
 
show(boolean) - Method in class net.softhills.vizcore.WatermarkManager
워터마크 보이기 / 숨기기
show(int[], boolean) - Method in class net.softhills.vizcore.Object3DManager
모델 보이기 / 숨기기
show(int, boolean) - Method in class net.softhills.vizcore.Object3DManager
모델 보이기 / 숨기기
showAll(boolean) - Method in class net.softhills.vizcore.Object3DManager
모델 모두 보이기 / 모두 숨기기
showDialog() - Method in class net.softhills.vizcore.SettingManager
설정 다이얼로그
showDialog(Context) - Method in class net.softhills.vizcore.SettingManager
설정 다이얼로그
showProgressBar(boolean) - Method in class net.softhills.vizcore.VIZCore
ProgressBar 보이기 / 숨기기
showProgressBar(FrameLayout, boolean) - Method in class net.softhills.vizcore.VIZCore
ProgressBar 보이기 / 숨기기
softhills.VIZWing - package softhills.VIZWing
 
softhills.VIZWing.MyGLMath - package softhills.VIZWing.MyGLMath
 
start() - Method in class net.softhills.vizcore.ARManager
AR모드 실행
start() - Method in class net.softhills.vizcore.WalkthroughManager
탐색 모드 시작
subtract(Vector3D) - Method in class net.softhills.math.Vector3D
Vector3D 빼기
subtract(Vector3D, Vector3D) - Static method in class net.softhills.math.Vector3D
Vector3D 빼기
surfaceArea - Variable in class net.softhills.data.Object3DProperty
표면적 (mm²)
A B C D E F G H I L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages