EXUDYN
EXUDYN copied to clipboard
Multibody Dynamics Simulation: Rigid and flexible multibody systems
Results
2
EXUDYN issues
Sort by
recently updated
recently updated
newest added
In the example of **GraphicsData: Line** the following code is given: #rectangle with side length 1: graphicsData = {'type':'Line', 'color': [1,0,0,1], #red 'data': data=[0,0,0, 1,0,0, 1,1,0, 0,1,0, 0,0,0]} vGround=VObjectGround(graphicsData=[graphicsData]) oGround=mbs.AddObject(ObjectGround(referencePosition=...