Interface BRepGraphNodeLookup (Models.OCCT)
interface BRepGraphNodeLookup { valid: boolean; kind?: string; index?: number; uid?: number;} Properties
valid
valid: boolean
Optionalkind
kind?: string
Optionalindex
index?: number
Optionaluid
uid?: number
An index from node kind and number back to the node itself, so a result that refers to nodes by index can be resolved without searching.