更新版本
This commit is contained in:
3
types/Add-on/FilletUtils.d.ts
vendored
3
types/Add-on/FilletUtils.d.ts
vendored
@@ -2,6 +2,7 @@ import { Matrix4, Vector3 } from "three";
|
||||
import { Arc } from "../DatabaseServices/Entity/Arc";
|
||||
import { Curve } from "../DatabaseServices/Entity/Curve";
|
||||
import { Polyline } from "../DatabaseServices/Entity/Polyline";
|
||||
import { Shape } from "../DatabaseServices/Shape";
|
||||
import { PromptEntityResult, PromptPointResult } from "../Editor/PromptResult";
|
||||
declare enum ExtendType {
|
||||
Start = 1,
|
||||
@@ -25,10 +26,12 @@ export declare class FilletUtils {
|
||||
*/
|
||||
SetCurveOCS(cu: Curve, newOCS: Matrix4): void;
|
||||
FilletPolyLineSelf(enRes1: PromptEntityResult, enRes2: PromptEntityResult): FilletRes;
|
||||
FilletCurve3dSelf(enRes1: PromptEntityResult, enRes2: PromptEntityResult): FilletRes;
|
||||
private FilletPolylineAndCurve;
|
||||
FilletPolyLineAllAngular(enRes1: PromptEntityResult): FilletRes;
|
||||
FindNearestPt(pts: Vector3[], target: Vector3): Vector3;
|
||||
FilletBoard(brRes: PromptEntityResult, ptRes: PromptPointResult): Polyline | string;
|
||||
FilletRegion(brRes: PromptEntityResult, ptRes: PromptPointResult): string | Shape[];
|
||||
/**
|
||||
* 平行线倒角
|
||||
*/
|
||||
|
Reference in New Issue
Block a user