Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MultiLinePoint

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

Accessors

Methods

Constructors

constructor

  • Creates a new MultiLinePoint

    Parameters

    • multiLine: MultiLine

      defines the source MultiLine object

    Returns MultiLinePoint

Accessors

control

  • Gets or sets the control associated with this point

    Returns Nullable<Control>

  • Gets or sets the control associated with this point

    Parameters

    Returns any

mesh

  • Gets or sets the mesh associated with this point

    Returns Nullable<AbstractMesh>

  • Gets or sets the mesh associated with this point

    Parameters

    Returns any

x

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

    Returns string | number

  • Gets or sets x coordinate

    Parameters

    • value: string | number

    Returns any

y

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

    Returns string | number

  • Gets or sets y coordinate

    Parameters

    • value: string | number

    Returns any

Methods

disposeSearch playground for dispose

  • dispose(): void
  • Release associated resources

    Returns void

resetLinksSearch playground for resetLinks

  • resetLinks(): void
  • Resets links

    Returns void

translateSearch playground for translate

  • Gets a translation vector with Z component

    Returns Vector3

    the translation vector

Legend

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