We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca0ffc commit e00b916Copy full SHA for e00b916
1 file changed
packages/io/x3d-deserializer/src/extrudeX3D.js
@@ -148,7 +148,7 @@ export const extrudeX3D = (x3dshape) => {
148
149
// Create the initial slice
150
const initialShape = geom2.create([crossSection])
151
- const initialSlice = slice.fromGeom2(initialShape)
+ const initialSlice = slice.fromOutlines(geom2.toOutlines(initialShape))
152
153
// Calculate SCP values
154
let yaxes = calculateYaxes(spine)
0 commit comments