Class: Polygon

scoord3d.Polygon(options)

POLYGON graphic denoted by multiple, ordered, coplaner (x, y, z) coordinates that represent vertices of connected line segments. The first and last coordinate should be identical.

Constructor

new Polygon(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 points on the perimeter of the polygon (first and last coordinate must be the same).
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: