导出V型刀函数
This commit is contained in:
2
types/DatabaseServices/Contour.d.ts
vendored
2
types/DatabaseServices/Contour.d.ts
vendored
@@ -8,7 +8,7 @@ export declare class Contour {
|
||||
static CreateContour(cus: Curve[] | Polyline | Circle, needLink?: boolean): Contour;
|
||||
get Curve(): Polyline | Circle;
|
||||
get Area(): number;
|
||||
get BoundingBox(): import("three").Box3;
|
||||
get BoundingBox(): import("../Geometry/Box").Box3Ext;
|
||||
/**
|
||||
* 不等比例缩放
|
||||
* @param {number} ref 缩放参考值,大于该值的点缩放
|
||||
|
Reference in New Issue
Block a user