Skip to main content

DynamicPolygonPointMoveResult

Represents result of a DynamicPolygonPoint move operation.

Index

Enumeration Members

ComplexPolygon

ComplexPolygon: 2

Points were not moved because the polygon would have become complex

RayIntersectionFailed

RayIntersectionFailed: 3

Could not move point because the ray (from mouse coordinate) did not intersect the polygon plane.

Success

Success: 1

Points were moved successfully

Unknown

Unknown: 0

Result is unknown