Class: Ellipse

scoord3d.Ellipse(options)

ELLIPSE graphic denoted by four, coplaner (x, y, z) coordinates that represent the endpoints of the major and minor axes, where the first and second coordinates represent the endpoints of the major axis and the third and forth coordinates represent the endpoints of the minor axis.

Constructor

new Ellipse(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 major and minor 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: