@twinfinity/core
    Preparing search index...

    Enumeration DynamicPolygonPointValidationResult

    Represents result of DynamicPolygon.validatePoints function.

    Index

    Enumeration Members

    ComplexPolygon: 2

    Result is a Complex Polygon

    NotEnoughPoints: 4

    Result if the set of points is insufficient

    Ok: 1

    Result Ok

    PointsDoesNotLieInPlane: 3

    Result is given when one point lies outside of the plane

    Unknown: 0

    Result is unknown