Page 1 of 1

How to create marker with c++ script?

Posted: Wed Nov 16, 2016 5:49 pm
by haolee
This must be a beginner question, but I am confused about how to create marker in opensim with c++. I check the api and there is markerSet and marker class, however, nor of them has initializer such as

Code: Select all

 Marker testMarker = new Marker (name, parentBody, location)
Is there any example code that I can find?

Re: How to create marker with c++ script?

Posted: Wed Nov 16, 2016 11:01 pm
by tkuchida