Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryNodeInfoData

Info about a node in a given frame

Hierarchy

  • QueryNodeInfoData

Index

Properties

elementsUsingNode

elementsUsingNode: { elementId: number; elementIndex: number }[]

Id and index of all elements using the given node

frameIndex

frameIndex: number

The index of the frame

geometryIndex

geometryIndex: number

The index of the CAE geometry. In almost all cases this will be 0

nodeId

nodeId: number

The id of the node.

nodeIndex

nodeIndex: number

The index of the node

nodePosition

nodePosition: number[]

The coordinate of the node in the given frame

partId

partId: number

The id of the part containing the node

scalarResult

scalarResult: number

The scalar value of the node. The result currently shown as scalar fringes on the part will be used

stateId

stateId: number

The state id of the frame

vectorResultArr

vectorResultArr: number[]

The vector result(s) in the node. The array will contain 3 values (x,y,z) for each vector result specified in the model spec

Generated using TypeDoc