Skip to main content

@novorender/web_app / DrawVoid

Interface: DrawVoid

Hole in a filled polygon

Properties

indicesOnScreen?

optional indicesOnScreen: number[];

Indices reffering to vertices3D and text if it is a list, -1 means an added empty text

Defined in

@novorender/measure/modules/draw/index.ts:80


vertices2D?

optional vertices2D: ReadonlyVec2[];

View space coordinates, in pixel values, empty if the entire part is out of view

Defined in

@novorender/measure/modules/draw/index.ts:76


vertices3D

vertices3D: ReadonlyVec3[];

World coordinates

Defined in

@novorender/measure/modules/draw/index.ts:78