Class: Scoord3D

(abstract) scoord3d.Scoord3D(options)

3D spatial coordinates.

Constructor

(abstract) new Scoord3D(options)

Parameters:
Name Type Description
options Object Options
Properties
Name Type Description
frameOfReferenceUID string Frame of Reference UID
coordinates Array.<Array.<number>> (x, y, z) coordinates for each point
fiducialUID string Fiducial UID
Source:

Members

fiducialUID :string

Fiducial UID
Type:
  • string
Source:

frameOfReferenceUID :string

Frame of Reference UID
Type:
  • string
Source:

graphicData :Array.<Array.<number>>

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

graphicType :string

Graphic Type
Type:
  • string
Source: