Forum

API Robot – Loads

Home Forums Temas ou Discussões API Robot – Loads

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • kaneza
    Guest
    Post count: 172

    dl_record.Objects return a Robotselection so you can add or exclude text by AddText or ExcludeText functions.

    1 | dl_record.Objects.AddText(“1 2 3 4”)

    function FromText exist also.

    Best regards.

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Home Forums Temas ou Discussões API Robot – Loads