Hierarchy (View Summary)

Constructors

Accessors

  • get clipperPaths(): readonly (readonly IntPoint[])[]

    The Clipper paths of this shape. The winding numbers are 1 or 0.

    Returns readonly (readonly IntPoint[])[]

  • get clipperPolyTree(): PolyTree

    The Clipper polygon tree of this shape.

    Returns PolyTree

  • get data(): ShapeData

    The data of this shape. It is owned by the shape and must not be modified.

    Returns ShapeData

  • get isHole(): boolean

    Is this a hole?

    Returns boolean

Methods