interface Filter3DNodesByNames {
    names: string[];
}

Properties

Properties

names: string[]

Name filter. Nodes satisfy the filter if, the name of the node exists in the provided array.