Control
Disable
Control 초기화
Example
//Control 초기화
vizcore.View.Control.Disable(true);
Parameters
Name | Type | Description |
---|---|---|
enable | boolean | 사용/미사용 |
EnableCameraRotate
카메라(회전) 사용 설정
Example
//카메라(회전) 사용 설정
vizcore.View.Control.EnableCameraRotate(true);
Parameters
Name | Type | Description |
---|---|---|
enable | boolean | 사용/미사용 |
EnableClassicRotate
Orbit (회전) 사용 설정
Example
//Orbit (회전) 사용 설정
vizcore.View.Control.EnableClassicRotate(true);
Parameters
Name | Type | Description |
---|---|---|
enable | boolean | 사용/미사용 |
EnableFreeRotate
자유 궤도(회전) 사용 설정
Example
//자유 궤도(회전) 사용 설정
vizcore.View.Control.EnableFreeRotate(true);
Parameters
Name | Type | Description |
---|---|---|
enable | boolean | 사용/미사용 |
EnableLimitRotate
제한 궤도(회전) 사용 설정
Example
//제한 궤도(회전) 사용 설정
vizcore.View.Control.EnableLimitRotate(true);
Parameters
Name | Type | Description |
---|---|---|
enable | boolean | 사용/미사용 |
EnablePan
Pan 사용 설정
Example
//Pan 사용 설정
vizcore.View.Control.EnablePan(true);
Parameters
Name | Type | Description |
---|---|---|
enable | boolean | 사용/미사용 |
EnablePivotRotate
궤도(회전) 사용 설정 Z축 고정 회전
Example
//궤도(회전) 사용 설정 Z축 고정 회전
vizcore.View.Control.EnablePivotRotate(true);
Parameters
Name | Type | Description |
---|---|---|
enable | boolean | 사용/미사용 |
FixedZoomRatio
확대 비율 고정 설정
Example
//확대 비율 고정 설정
vizcore.View.Control.FixedZoomRatio(true);
Parameters
Name | Type | Description |
---|---|---|
enable | boolean | 사용/미사용 |
FixedZoomValue
확대 비율 고정 값 설정
Example
//확대 비율 고정 값 설정
vizcore.View.Control.FixedZoomValue(0.5);
Parameters
Name | Type | Description |
---|---|---|
value | Number | 0.0 ~ 1.0 : 낮을수록 느리게 반응 |
RotateValue
회전 감도 설정
Example
//회전 감도 설정
vizcore.View.Control.RotateValue(0.5);
Parameters
Name | Type | Description |
---|---|---|
value | Number | 0.0 ~ 1.0 : 낮을수록 느리게 반응 |
Last modified: 25 July 2024