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

9 lines 211 B
import { AcGePoint3d } from '@mlightcad/geometry-engine'; /** * Image style */ export interface AcGiImageStyle { boundary: AcGePoint3d[]; roation: number; } //# sourceMappingURL=AcGiImageStyle.d.ts.map