PointGlassViewerMode enum
Point Glass 뷰어의 사용자 동작 모드를 정의합니다.
Values
- none → const PointGlassViewerMode
-
사용자 동작 모드가 없는 모드
- rotate → const PointGlassViewerMode
-
뷰어를 회전할 수 있는 모드
- translate → const PointGlassViewerMode
-
뷰어를 이동할 수 있는 모드
- spin → const PointGlassViewerMode
-
뷰어를 Z 축 기준으로 회전할 수 있는 모드
- editPolygon → const PointGlassViewerMode
-
다각형을 편집할 수 있는 모드
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PointGlassViewerMode> - A constant List of the values in this enum, in order of their declaration.