同步代码
This commit is contained in:
8
types/GraphicsSystem/OffsetPolyline.d.ts
vendored
8
types/GraphicsSystem/OffsetPolyline.d.ts
vendored
@@ -50,6 +50,14 @@ export declare class OffsetPolyline {
|
||||
protected GeneralCirclesAndVertexs(): void;
|
||||
protected OffsetSubCurves(): void;
|
||||
LinkSubCurves(): void;
|
||||
/**
|
||||
* 判断两曲线是否尖角化
|
||||
* 在
|
||||
* 1.直线和圆弧,圆弧和圆弧
|
||||
* 2.有交点,无真交点时
|
||||
* 必须在正确的方向做出延伸动作,所以必须在尖角的情况下延伸,偏移的结果就像一个谷字去掉一个口的结果,上面的人就是偏移后的结果.
|
||||
* 如果是谷,则允许连接 #I7WKKG
|
||||
*/
|
||||
private IsSharpCorner;
|
||||
protected GeneralTrimContours(): void;
|
||||
protected TrimByContours(): void;
|
||||
|
Reference in New Issue
Block a user