build-dxf 0.0.60 → 0.0.61
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/package.json +1 -1
- package/src/build.js +1 -1
package/package.json
CHANGED
package/src/build.js
CHANGED
|
@@ -13690,7 +13690,7 @@ class WhiteModel extends Component {
|
|
|
13690
13690
|
this.whiteModelGroup.add(this.whiteModelLineGroup);
|
|
13691
13691
|
this.whiteModelGroup.position.z = dxf.originalZAverage;
|
|
13692
13692
|
this.originalWhiteMode.position.z = dxf.originalZAverage;
|
|
13693
|
-
const lines = dxfSystem.Dxf.getLineSegments(
|
|
13693
|
+
const lines = dxfSystem.Dxf.getLineSegments(true);
|
|
13694
13694
|
if (typeof window !== "undefined") {
|
|
13695
13695
|
const globalScenario = Scenario.Instance ?? new Scenario(new THREE.Scene(), {}, {}, {});
|
|
13696
13696
|
const group2 = await globalScenario?.drawGraphics(
|