增加户型部分
This commit is contained in:
4
types/Add-on/DXFSpline2Points.d.ts
vendored
4
types/Add-on/DXFSpline2Points.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
import { EntitySPLINE } from "dxf-parser-2";
|
||||
import { ISplineEntity } from "dxf-parser";
|
||||
import { Vec2 } from "three";
|
||||
export declare function DXFSpline2Points(spl: EntitySPLINE): number[][];
|
||||
export declare function DXFSpline2Points(spl: ISplineEntity): number[][];
|
||||
/**
|
||||
* Interpolate a b-spline. The algorithm examins the knot vector
|
||||
* to create segments for interpolation. The parameterisation value
|
||||
|
Reference in New Issue
Block a user