@novorender/api / DrawableEntity
Interface: DrawableEntity
Defined in: @novorender/src/measure/modules/draw/index.ts:29
An entity that can be used in measureView.draw.getDrawMeasureEntity, Objects returned from the api with draw kind parameter can be used
Properties
drawKind
readonly drawKind:
| "vertex"
| "points"
| "edge"
| "face"
| "measureResult"
| "curveSegment"
| "manhole";
Defined in: @novorender/src/measure/modules/draw/index.ts:33
Collection of kinds that can be drawn using measureView.draw.getDrawMeasureEntity
ObjectId?
readonly optional ObjectId: number;
Defined in: @novorender/src/measure/modules/draw/index.ts:31
Object id corresponding to he object ids gotten from picking from the core3d api