API / geotoolkit3d / selection / from
Functions
Functions
▸ from(node): QueryBuilder<any>
Query all nodes from the specified node and do the specified action
Example
import {from} from '@int/geotoolkit3d/selection/from';
from(node)
.where((node) => node.getId() === 'line')
.selectFirst();| Name | Type | Description |
|---|---|---|
node | Object3D | node to start search |
QueryBuilder<any>
a new node query builder