Options
All
  • Public
  • Public/Protected
  • All
Menu

Class used to store a point for a MultiLine object. The point can be pure 2D coordinates, a mesh or a control

Hierarchy

  • MultiLinePoint

Index

Constructors

  • Creates a new MultiLinePoint

    Parameters

    • multiLine: MultiLine

      defines the source MultiLine object

    Returns MultiLinePoint

Accessors

  • Gets or sets the control associated with this point

    Returns Nullable<Control>

  • Gets or sets the control associated with this point

    Parameters

    Returns void

  • Gets or sets the mesh associated with this point

    Returns Nullable<AbstractMesh>

  • Gets or sets the mesh associated with this point

    Parameters

    Returns void

  • get x(): string | number
  • set x(value: string | number): void
  • Gets or sets x coordinate

    Returns string | number

  • Gets or sets x coordinate

    Parameters

    • value: string | number

    Returns void

  • get y(): string | number
  • set y(value: string | number): void
  • Gets or sets y coordinate

    Returns string | number

  • Gets or sets y coordinate

    Parameters

    • value: string | number

    Returns void

Methods

  • dispose(): void
  • Release associated resources

    Returns void

  • resetLinks(): void
  • Resets links

    Returns void

  • Gets a translation vector with Z component

    Returns Vector3

    the translation vector

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme