Click or drag to resize

KeyboardBasedTransformManager Class

Keyboard Based Transform Manager
모델 이동 : 선택된 모델이 있는 경우, 방향키(좌/우/상/하)를 누르면 모델이 이동 / Ctrl 키가 동시에 눌린 경우 상세 이동 거리 값 만큼 이동
모델 회전 : 선택된 모델이 있는 경우, Alt키와 방향키(좌/우)를 누르면 모델이 회전 / Ctrl 키가 동시에 눌린 경우 상세 회전 각도 값 만큼 회전
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.ManagerKeyboardBasedTransformManager

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public class KeyboardBasedTransformManager : VIZCoreBase

The KeyboardBasedTransformManager type exposes the following members.

Properties
  NameDescription
Public propertyAngle
Angle : 회전 각도(Degree). Default : 90도
Public propertyAxis
Axis Direction. Default : Z+
Public propertyDetailAngle
Detail Angle - 상세 회전 각도(Degree). Default : 10도
Public propertyDetailDistance
Detail Distance - 상세 이동 거리. Default : 100mm (10cm)
Public propertyDistance
Distance - 이동 거리. Default : 1000mm (1m)
Public propertyEnable
Enable Transform. Default : False
Top
Events
  NameDescription
Public eventCode exampleOnTransformEvent
키보드 방향키 기반 개체 이동(회전) 이벤트
Top
See Also