This is an old revision of the document!
Adding a new element to the world model
Example, adding a skiros:Location element to skiros:Scene-0: element = Element('skiros:Location') self._wmi.instanciate(element, relations=[{'src': 'skiros:Scene-0', 'type': 'skiros:contain', 'dst': '-1'}])