Skip to content

Commit 4d13e57

Browse files
committed
little changes
1 parent 5be8d6a commit 4d13e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Composition/object3D.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ function createConvexPartition(obj::Object3D, feature, mesh) # feature Visual
403403
# names = Vector{AbstractString}()
404404
i = 1
405405
for name in contentDir
406-
path = String(Symbol(obj.path, ".", "mesh[", i , "]"))
406+
path = String(Symbol(obj.path, ".", "mesh", i ,))
407407
(head,ext) = splitext(name)
408408
if ext == ".obj"
409409
fileMesh = Modia3D.FileMesh(filename = joinpath(convexDecompositionDirectory, name),

0 commit comments

Comments
 (0)