Forum

Home Forums Temas ou Discussões API Robot – Loads Reply To: API Robot – Loads

louispips50
Guest
Post count: 172

Hi @kaneza,

With this method I only put same load on each node right ?

I would like to add one load case with force different according to node (so 1 load case with 4 points and 4 differents foces).

I would like to :

dl2_record = IRobotLoadRecord(dl2_record)
dl2_record.Objects.AddText(“node1 node2 node3 node4 “) (with node1=[0,0,0] node2=[X,0,0] etc – I don’t sure AddTex methode is required for that)
dl2_record.SetValue ==> one by node

I am already working on with this document but the translation betweenn C++/Cnet with Python is not really easy to do..

Thank you in advance,

Louis