@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
7 lines (6 loc) • 539 B
TypeScript
import { CADTesselationParams, CadGeometryType } from '../CadCommon';
import { BaseSopNodeType } from '../../../../../engine/nodes/sop/_Base';
import { CadObject } from '../CadObject';
import { Object3D } from 'three';
export declare function cadCompoundToObject3D(cadObject: CadObject<CadGeometryType.COMPOUND>, tesselationParams: CADTesselationParams, displayNode: BaseSopNodeType): Object3D<import("three").Object3DEventMap>[];
export declare function cadCompoundSubObjectsCount(cadObject: CadObject<CadGeometryType.COMPOUND>): number;