Class: Point

scoord3d.Point(options)

POINT graphic denoted by a single (x, y, z) triplet.

Constructor

new Point(options)

Parameters:
Name Type Description
options Object
Properties
Name Type Attributes Description
frameOfReferenceUID string Unique identifier of the Frame of Reference
coordinates Array.<number> X, Y and Z coordinate.
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.<number>

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

graphicType :string

Graphic Type
Type:
  • string
Overrides:
Source: