ViewerDrawingGeometry

Interface ViewerDrawingGeometry

interface ViewerDrawingGeometry {
    color: [number, number, number, number];
    positions: number[];
    primitiveType: number;
    slices?: number[];
    volume: [number, number, number, number, number, number];
    width?: number;
}

Properties

color: [number, number, number, number]

Specifies the color of the Geometry.

positions: number[]

Specifies the vertex positions of the Geometry.

primitiveType: number

Specifies primitive type of the Geometry.

slices?: number[]

Specifies a partition of the vertex list into contiguous sub-ranges (slices).

volume: [number, number, number, number, number, number]

Specifies the volume of the Geometry.

width?: number

Specifies the width of the Geometry.

1

Did you find this page useful? Please give it a rating:
Thank you for rating this page!
Any issues or feedback?
What kind of problem would you like to report?
Please tell us more about what's wrong: