build-dxf 0.0.41 → 0.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -48,7 +48,7 @@ dxfSystem.Dxf.set(path).then(()=> {
48
48
 
49
49
  // trajectory222为轨迹文件数据
50
50
  dxfSystem.Dxf.addEventListener("preprocessing", ({ setData, data }) => {
51
- setData( utils.BoundExt.boundExtbyTraj.call(dxfSystem.Dxf, data, trajectory222 ) )
51
+ setData( utils.BoundExt.boundExtbyTraj(data, trajectory222 ) )
52
52
  }, { once: true })
53
53
 
54
54
  dxfSystem.Dxf.axisAlignCorr({ groupMethod: "cross", fittingMethod: "max", crossAxistThreshold: 0.08 })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-dxf",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "线段构建双线墙壁的dxf版本",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",