@twinfinity/core
    Preparing search index...

    Enumeration PointMoveResult

    Represents result of a DynamicPolygonPoint move operation.

    Index

    Enumeration Members

    ComplexPolygon: 2

    Points were not moved because the polygon would have become complex

    RayIntersectionFailed: 3

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

    Success: 1

    Points were moved successfully

    Unknown: 0

    Result is unknown