UNPKG

@bitbybit-dev/occt

Version:

Bit By Bit Developers CAD algorithms using OpenCascade Technology kernel. Run in Node and in Browser.

10 lines (9 loc) 181 B
export declare class ShapeWithId<U> { id: string; shape: U; } export declare class ObjectDefinition<M, U> { compound?: U; shapes?: ShapeWithId<U>[]; data?: M; }