Skip to content

Commit 57ccac4

Browse files
Merge pull request #130 from ModiaSim/an_updateModia3DInterface4
reexport Modia3D, Modia3D_Interface.jl deleted
2 parents 17c24d9 + 60101a7 commit 57ccac4

File tree

2 files changed

+2
-222
lines changed

2 files changed

+2
-222
lines changed

src/Modia.jl

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -30,46 +30,10 @@ using Reexport
3030
@reexport using ModiaLang
3131
@reexport using ModiaLang.Unitful
3232
@reexport using ModiaLang.DifferentialEquations
33-
#@reexport using Modia3D
33+
@reexport using Modia3D
3434

35-
const modelsPath = joinpath(ModiaLang.path, "models")
36-
37-
# temporarily, the following code lines need to be deleted
38-
module Dummy
39-
import Modia3D
40-
using Modia3D.ModiaInterface
41-
export Cone
42-
export Beam
43-
export Capsule
44-
export Cylinder
45-
export Box
46-
export Ellipsoid
47-
export Sphere
48-
export ModelicaShape
49-
export FileMesh
50-
export Grid
51-
export CoordinateSystem
52-
export GearWheel
53-
export SpringShape
54-
export TextShape
55-
export Font
56-
# second PR
57-
export VisualMaterial
58-
export Visual
59-
export Solid
60-
export MassPropertiesFromShapeAndMass
61-
export MassPropertiesFromShape
62-
export MassProperties
63-
export SpringDamperPtP
64-
export Bushing
65-
export Fix
66-
export Scene
67-
export Object3D
68-
export UniformGravityField
69-
end
70-
@reexport using .Dummy
7135

36+
const modelsPath = joinpath(ModiaLang.path, "models")
7237

73-
include("Modia3D_Interface.jl")
7438

7539
end

src/Modia3D_Interface.jl

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)