@novorender/web_app / DrawProduct
Interface: DrawProduct
A hierarcical structure to draw 2d objects
Properties
kind
readonly kind: "measureResult" | "manhole" | "basic";
Type of draw product
Defined in
@novorender/measure/modules/draw/index.ts:36
ObjectId?
readonly optional ObjectId: number;
Object id of the drawn product
Defined in
@novorender/measure/modules/draw/index.ts:40
objects
readonly objects: DrawObject[];
Objects to draw