Class for converting Itf files into enumerable triangulations.

Constructors

Accessors

  • get i(): ItfConverter
  • Returns ItfConverter

  • get importCompleted(): ((s, e) => void)
  • Event raised when the import operation has completed

    Returns ((s, e) => void)

  • set importCompleted(ev): void
  • Parameters

    Returns void

  • get source(): string
  • Gets the string path specifying the location of the Itf file.

    Returns string

  • set source(v): void
  • Sets the string path specifying the location of the Itf file.

    Parameters

    • v: string

    Returns void

Methods

  • Parameters

    • name: string

    Returns any

  • Gets the point data.

    Returns TriangulationSourcePointRecord[]

  • Gets the triangle data.

    Returns Triangle[]