@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
9 lines (8 loc) • 383 B
TypeScript
import { CADGroupSopNode } from '../../CADGroup';
import { CoreEntity } from '../../../../../core/geometry/CoreEntity';
import { CoreEntitySelectionState } from './GroupCommon';
export declare class GroupByBoundingBoxHelper {
private node;
constructor(node: CADGroupSopNode);
evalForEntities(allEntities: CoreEntity[], selectionStates: CoreEntitySelectionState): void;
}