跳到主要内容

IPointWithCutCircle 接口

interface IPointWithCutCircle extends Omit<IPointWithCircle, 'type'> 

切圆(就是内挖一个倒圆的形状)

继承: Omit<IPointWithCircle, 'type'>

属性

clockwise

clockwise: boolean;

是否顺时针 未设置时,则为false

type

type: EPointType.CUT_CIRCLE;

类型: EPointType.CUT_CIRCLE