MTU Wrapping surfaces display error

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Bryce Killen
Posts: 104
Joined: Mon Nov 24, 2014 7:12 pm

MTU Wrapping surfaces display error

Post by Bryce Killen » Wed Feb 20, 2019 11:15 pm

Hi All,

I have recently moved from my windows 8 machine to my windows 10 machine. When I am viewing an OpenSim model which has a number of wrapping surfaces, cylinders and spheres. These wrapping surfaces are by default hidden in the model. When I try to show/display these using the GUI, I cannot see them and in the bottom RHS of the gui I get a red error stating no enum class Geometry$GeometryType

Has anyone came across this problem or have a solution ?

I am on a Windows 10 machine, running OpenSim 3.3

Thanks in advance for any input or help you can provide.

Bryce Killen

Tags:

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: MTU Wrapping surfaces display error

Post by Dimitar Stanev » Thu Feb 21, 2019 1:15 am

Hi Bryce,

I can confirm that this is a bug in v3.3. However, you can replace the following:

<display_preference>0</display_preference>

with

<display_preference>4</display_preference>

in the .osim file and you will see the wrapping geometries when you load the model.

With v4.0 this bug is solved.

POST REPLY