Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuerySetItemsData

The result of a QuerySetItems query

Hierarchy

  • QuerySetItemsData

Index

Properties

Optional edgeLineVertices

edgeLineVertices: number[]

If specified to be included in the query (QuerySetItems.getTesselationForFrameIndex >= 0) and the set item type is ItemType.ELEMENT_EDGE, this array will contain the tesselation of all the edges in the set.

This array contains x,y,z values for each edge. So there will be 6 values (2 vertices * (x,y,z)) per edge (from -> to). This can be used to highlight the edges using the geometry or the markup model.

Optional faceTriangleVertices

faceTriangleVertices: number[]

If specified to be included in the query (QuerySetItems.getTesselationForFrameIndex >= 0) and the set item type is ItemType.ELEMENT_FACE, this array will contain the tesselation of all the faces in the set. For ItemType.ELEMENT it will contain all the faces of the element.

This array contains x,y,z values for each triangle vertex. So there will be 9 values (3 vertices * (x,y,z)) per triangle. This can be used to highlight the faces using the geometry or the markup model.

Optional nodeVertices

nodeVertices: number[]

If specified to be included in the query (QuerySetItems.getTesselationForFrameIndex >= 0) and the set item type is ItemType.ELEMENT_NODE or ItemType.NODE, this array will contain the tesselation of all the nodes in the set.

This array contains x,y,z values for each node. So there will be 3 values (x,y,z) per node. This can be used to highlight the edges using the geometry or the markup model.

setItemArr

setItemArr: QuerySetItemsItem[]

Array with set items

Generated using TypeDoc