Class: Ellipsoid

scoord3d.Ellipsoid(options)

ELLIPSOID graphic denoted by six (x, y, z) coordinates that represent endpoints of the three orthogonal geometric axes, where the first and second coordinates represent the endpoints of the first axis, the third and forth coordinates represent the endpoints of the second axis and the fifth and sixth coordinates represent the endpoints of the third axis.

Constructor

new Ellipsoid(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 the three axes endpoints
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: