Does PyODE support composite objects?

I am trying to create a composite object with PyODE, but I can not find any documentation regarding this.

Here is some information I found:

Please note that it states:

Geometry transformation classes are deprecated. Use geom offsets instead.

for PyODE I could only find information on geometry transformation classes:

without information on how to use them, other than this example for ODE:

and absolutely no geom offset information for PyODE. so that...

  • Does anyone know if geometry offsets apply in PyODE? (How can I find out?)
  • If geological offsets do not exist, is there somewhere an example of using the old geometry transform classes in PyODE?

Many thanks for your help!

+3
source share
1 answer

A bit late reply, but I thought id would post it to others.

You need to call setOffsetPosition () on other geometries after they have been attached to the same body

0
source

Source: https://habr.com/ru/post/1776796/


All Articles