How to create marker with c++ script?

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Hao Lee
Posts: 32
Joined: Sun Jun 12, 2016 11:52 pm

How to create marker with c++ script?

Post by Hao Lee » Wed Nov 16, 2016 5:49 pm

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?


POST REPLY