...
OpenSim models and objects are defined by a set of Properties. For example, a Marker is a simple OpenSim object, with properties including its "name", whether or not it is "fixed" during Scaling, the "Frame" it is attached to and its "location" relative to this Frame. These properties completely define a marker, so that when you load a file with a given marker into OpenSim, the visualizer knows how to display it and the Scale tool knows to use it during Scaling.
When you open an .xml files or .osim files you see the property names as xml tags. Within the Property Editor Window, you can see and edit the properties of an OpenSim object. If you're an advanced user writing plugins, you can also see and edit the properties of new objects that you create (see Command Line Utilities).
...
- Simple properties (name, value pairs), like "mass" = 100.0, "mass_center" = "(0.0 0.1 0.2)"
- Objects composed of a set of simple properties or simpler objects (e.g. Muscle's geometry-path is a complex property that requires special editor).
...
The Property Editor appears in the bottom left corner of the OpenSim GUI by default. If it's not visible, you can open the Property Editor by selecting Window - > Properties.
|
Selecting an Object to Edit
There are three two methods to select an object to edit.
...
- If the Property Editor is not open, open it by selecting Window - > Properties.
- Next, in the Navigator Window, expand the model tree to find the object of interest. You can do this by clicking on the plus (arrow on Mac) sign next to the name of the model to display the model components, and then clicking on the plus sign to expand the branch further, as needed. In some models, muscles are organized into groups, in which case you will also have to click on the plus sign next to the group containing the muscle of interest.
- Left or Right Click on the name of the object in the Navigator window.
- The Property Editor will now show the properties of that selected object.
...
Normally the values are displayed in an editable text box. In some special cases, the user interface can display a more customized editor. For example a checkbox is shown for a boolean (true/false) value. Colors and Functions also have specialized editors. For more complex objects a ... Box is shown. Clicking on this box, will bring up a separate, specialized editor for this property.
The bottom of the Property Editor displays a description of the selected property and usually includes a valid range of values or default values.
Some special kind kinds of properties are called Sockets these Sockets. These are used to wire an object in the model to another object, for example a Marker doesn't contain a "Frame" property but rather a "Socket" that is wired to a "Frame" object in the model. These sockets are grouped together as shown below for a joint.
...
In addition to the properties of the object, the editor shows two more (usually uneditable) entries in the table of properties:
The Sockets group of properties show how the two "connections" needed to make the joint are satisfied:
The values shown for these Sockets are usually PathNames describing the location of the objects in the model's component-tree.
| |
The output tab for a Body is shown on the left, it . This tab lists the built-in quantities that are automatically can be computed for a "Body" along with the names and their types.
Outputs were introduced in version 4.0 to simplify reporting quantities of interest from a model/simulation without the need to write customized analyses.
|
Selecting and Editing Multiple Objects
...
|
...