Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Defect

Represents a defect

Hierarchy

  • Defect

Index

Constructors

Private constructor

Properties

index

index: number

The index of the defect in the list of defects of the defect plot.

plot

The plot to which this defect is attached. Can be used to obtain the reference system and global tolerances, etc..

position

position: Vector

The corner of the defects bounding box that is closest to the origin.

properties

The list of custom key value pairs of this defect.

size

size: Vector

The size of the defects bounding box.

tolerance

tolerance: PlotTolerance | undefined

The tolerance for this defect. If it is undefined, there's still a tolerance property on the DefectPlot.

voxels

voxels: Iter<Voxel>

The voxels that define this defect.

Generated using TypeDoc