Class: Multipoint

scoord3d.Multipoint(options)

MULTIPOINT graphic denoted by multiple, coplanar (x, y, z) coordinates that represent individual points.

Constructor

new Multipoint(options)

Parameters:
Name Type Description
options Object
Properties
Name Type Attributes Description
frameOfReferenceUID string Unique identifier of the Frame of Reference
coordinates Array.<Array.<number>> (x, y, z) coordinates of each point.
fiducialUID string <optional>
Unique identifier of an imaging fiducial
Source:

Extends

Members

fiducialUID :string

Fiducial UID
Type:
  • string
Overrides:
Source:

frameOfReferenceUID :string

Frame of Reference UID
Type:
  • string
Overrides:
Source:

graphicData :Array.<Array.<number>>

Graphic Data
Type:
  • Array.<Array.<number>>
Overrides:
Source:

graphicType :string

Graphic Type
Type:
  • string
Overrides:
Source: