跳到主要内容

IPointWithCutCircle interface

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

Signature:

interface IPointWithCutCircle extends Omit<IPointWithCircle, 'type'> 

Links: interface IPointWithCutCircle extends Omit<IPointWithCircle, 'type'>

Extends: Omit<IPointWithCircle, 'type'>

Properties

Property

Modifiers

Type

Description

clockwise

boolean

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

type

EPointType.CUT_CIRCLE