跳到主要内容

IBomProfile 接口

interface IBomProfile<T = IBomCurve> 

成品板件轮廓 @vm-type UnknownType

类型参数: T = IBomCurve

属性

curves

curves: T[];

name

name?: string;

名称

points

points: number[];

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