@novorender/api / ParametricEntity
Interface: ParametricEntity
Defined in: @novorender/src/measure/measure_view.ts:133
This is the identification of a spesific edge, face or curve segment in the object. It is often required by measure functions
Properties
drawKind
drawKind: "points" | "edge" | "face" | "curveSegment";
Defined in: @novorender/src/measure/measure_view.ts:137
the type of object that can be drawn from this spesific entity, see DrawModule
kind
kind: 
  | "points"
  | "sphere"
  | "line"
  | "arc"
  | "plane"
  | "cylinder"
  | "torus"
  | "cone"
  | "nurbs"
  | "lineStrip"
  | "polymesh";
Defined in: @novorender/src/measure/measure_view.ts:138
ObjectId
ObjectId: number;
Defined in: @novorender/src/measure/measure_view.ts:135
Object Id from the core 3d api.