IPointWithCutCircle 接口
interface IPointWithCutCircle extends Omit<IPointWithCircle, 'type'>
切圆(就是内挖一个倒圆的形状)
继承: Omit<IPointWithCircle, 'type'>
属性
clockwise
clockwise: boolean;
是否顺时针 未设置时,则为false
type
type: EPointType.CUT_CIRCLE;
interface IPointWithCutCircle extends Omit<IPointWithCircle, 'type'>
切圆(就是内挖一个倒圆的形状)
继承: Omit<IPointWithCircle, 'type'>
clockwise: boolean;
是否顺时针 未设置时,则为false
type: EPointType.CUT_CIRCLE;