• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Robot Structural Analysis

    Reply
    Product Support
    Posts: 2,500
    Registered: ‎04-26-2010

    Re: API Help - Bar lenght and Other

    10-19-2012 03:44 AM in reply to: FilRib
     

    What should i do to extract data only for 1 point? 

    I want data (forces, section propreties, etc...) for the point x=0 of the bar.

     

    Small modifications and we have a new macro ... attached

     



    Rafal Gaweda
    Product Support
    Autodesk, Inc.
    Please use plain text.
    Contributor
    Posts: 24
    Registered: ‎01-07-2009

    Re: API Help - Bar lenght and Other

    10-19-2012 03:45 AM in reply to: FilRib

    Hi again,

     

    Other question?

     

    The current output is organized by nodes, i.e:

     

    BarraCaso
    15317
    15417
    15318
    15418
    15319
    15419
    15320
    15420

     

    What should i do to have this output:

     

    BarraCaso
    15317
    15318
    15319
    15320
    15417
    15418
    15419
    15420

     

    Thanks!

    Please use plain text.
    Product Support
    Posts: 2,500
    Registered: ‎04-26-2010

    Re: API Help - Bar lenght and Other

    10-19-2012 03:48 AM in reply to: athurD

    ROBOT_GOOD wrote:

    hi.

    File excel erro ???????

     


    Macros from this thread do not work with selections made  in robot.

    Fill correct data in Excel cells or modify macro.



    Rafal Gaweda
    Product Support
    Autodesk, Inc.
    Please use plain text.
    Product Support
    Posts: 2,500
    Registered: ‎04-26-2010

    Re: API Help - Bar lenght and Other

    10-19-2012 03:55 AM in reply to: FilRib
    The current output is organized by nodes, i.e:

     

    Barra Caso
    1 53 17
    1 54 17
         

     

    What should i do to have this output:

     

    Barra Caso
    1 53 17
    1 53 18
         
    Just one loop should be changed ... file in message 19, below

     



    Rafal Gaweda
    Product Support
    Autodesk, Inc.
    Please use plain text.
    Contributor
    Posts: 24
    Registered: ‎01-07-2009

    Re: API Help - Bar lenght and Other

    10-19-2012 04:02 AM in reply to: RG_Adsk

    You are THE MAN! :smileyhappy:

     

    Very Very Useful !

    Please use plain text.
    Active Contributor
    RRufino
    Posts: 43
    Registered: ‎07-22-2011

    Re: API Help - Bar lenght and Other

    10-19-2012 04:28 AM in reply to: FilRib

    Hi Rafal, i tested this last file you sent to user FilRib and something is not ok....because that macro puts forces on end node equal to origin node.

    Please use plain text.
    Product Support
    Posts: 2,500
    Registered: ‎04-26-2010

    Re: API Help - Bar lenght and Other

    10-19-2012 04:40 AM in reply to: RRufino

    Hi Rafal, i tested this last file you sent to user FilRib and something is not ok....because that macro puts forces on end node equal to origin node.


    Yep, my mistake.

     



    Rafal Gaweda
    Product Support
    Autodesk, Inc.
    Please use plain text.
    Active Contributor
    RRufino
    Posts: 43
    Registered: ‎07-22-2011

    Re: API Help - Bar lenght and Other

    10-19-2012 06:20 AM in reply to: RG_Adsk

    I think that the successive adaption turned the process too messy.

     

    I tried this one and i found that for origin nodes some values are not ok (example: My and Mz), on the other hand if you have more then one combination, forces for end node still remains equal to origin node.

     

    Or am i seeing this wrong?

    Please use plain text.
    Product Support
    Posts: 2,500
    Registered: ‎04-26-2010

    Re: API Help - Bar lenght and Other

    10-19-2012 06:44 AM in reply to: RRufino
     

    Or am i seeing this wrong?


    No, you are right. To many modifications.

    Check this one.



    Rafal Gaweda
    Product Support
    Autodesk, Inc.
    Please use plain text.