实现板件倒角
This commit is contained in:
1
types/GraphicsSystem/OffsetPolyline.d.ts
vendored
1
types/GraphicsSystem/OffsetPolyline.d.ts
vendored
@@ -41,6 +41,7 @@ export declare class OffsetPolyline {
|
||||
_RetCurves: Polyline[];
|
||||
_IsClose: boolean;
|
||||
_OffsetDistSign: number;
|
||||
_IsTopoOffset: boolean;
|
||||
constructor(_Polyline: Polyline, _OffsetDist: number, _ToolPath?: boolean, _OffsetDistSq?: number);
|
||||
Do(): Polyline[];
|
||||
InitSubCurves(): this;
|
||||
|
Reference in New Issue
Block a user