跳到主要内容

IBomPath 接口

interface IBomPath<T = IBomCurve> 

成品板件轮廓 @vm-type UnknownType

类型参数: T = IBomCurve

属性

curves

curves: T[];

points

points: number[];

点的坐标,每两个值代表一个点 eg: [100, 200, 250, 300]