@novorender/api / MeasureEntity
Type Alias: MeasureEntity
type MeasureEntity = 
  | ParametricEntity
  | PointEntity;
Defined in: @novorender/src/measure/measure_view.ts:110
Interface often used in the measure api to describe a selected parametric object, It can either be an object or a simple 3d point Any measure entity can be drawn using the draw module DrawModule