Skip to main content

@novorender/api / DrawVoid

Interface: DrawVoid

Defined in: @novorender/src/measure/modules/draw/index.ts:89

Hole in a filled polygon

Properties

indicesOnScreen?

optional indicesOnScreen: number[];

Defined in: @novorender/src/measure/modules/draw/index.ts:95

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


vertices2D?

optional vertices2D: ReadonlyVec2[];

Defined in: @novorender/src/measure/modules/draw/index.ts:91

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


vertices3D

vertices3D: ReadonlyVec3[];

Defined in: @novorender/src/measure/modules/draw/index.ts:93

World coordinates