UNPKG

@mlightcad/graphic-interface

Version:

The graphic-interface package provides the graphics interface for controlling how AutoCAD entities are displayed on screen. This package offers a simplified API compared to AutoCAD ObjectARX's AcGi classes, making it more developer-friendly while maintain

11 lines 356 B
export * from './AcGiArrowType'; export * from './AcGiHatchStyle'; export * from './AcGiImageStyle'; export * from './AcGiLineStyle'; export * from './AcGiTextStyle'; export * from './AcGiPointStyle'; export * from './AcGiEntity'; export * from './AcGiView'; export * from './AcGiViewport'; export * from './AcGiRenderer'; //# sourceMappingURL=index.js.map