Robot Structural Analysis Forum
Welcome to Autodesk’s Robot Structural Analysis Forums. Share your knowledge, ask questions, and explore popular Robot Structural Analysis topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Reply
Message 1 of 5
Romanich
472 Views, 4 Replies

RSA 2014: Tables

Hi,

Here below several issues with tables.

  1. Table template doesn't work correctly - after modification of columns, order of columns are switched to default. Please see this video: http://screencast.com/t/LuBGRAFhn
  2. Is it possible to realize the ability to save\load different table templates for one table (as for Job preferences etc.)?
  3. Can you upload the list with table template codes for files with name txxx.tbl - which number for which table?
  4. Maybe it will be better to provide button Import\Export from Excel (like in SAP2000) in addition to copy\paste. 
  5. Incorrect menu name:Tables_2.png

 

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


Tags (1)
4 REPLIES 4
Message 2 of 5
Rafal.Gaweda
in reply to: Romanich


  1. Table template doesn't work correctly - after modification of columns, order of columns are switched to default. Please see this video: http://screencast.com/t/LuBGRAFhn

Got it

 

  1. Is it possible to realize the ability to save\load different table templates for one table (as for Job preferences etc.)?

No

 

  1. Can you upload the list with table template codes for files with name txxx.tbl - which number for which table?

 

First on the list below = 0, then +1 each 

 

enum RL_MENU_OPTIONS

 

  {

 

  //the order of viewer's numbers in similar subject groups is VERY important !

 

  RL_VIEW_NODES         , //nodes group

 

  RL_VIEW_DISPLNOE      ,

 

  RL_VIEW_REACTIONS     ,

 

  RL_VIEW_TRANSCIENT    ,

 

   

 

  RL_VIEW_ELEMENTS      , //elements group

 

  RL_VIEW_EFFORTS       ,

 

  RL_VIEW_STRESSES      ,

 

  RL_VIEW_DISPLELE      ,

 

  RL_VIEW_MATERIAL      ,

 

  RL_VIEW_MEASURE       ,

 

  RL_VIEW_PSEUDO        ,

 

 

 

  RL_VIEW_PROPERTIES    ,

 

 

 

  RL_VIEW_DYNAMIC       , //mode group

 

  RL_VIEW_BUCKLING      ,

 

 

 

  RL_VIEW_SUPPORTS      , //independent

 

 

 

  RL_VIEW_LOADS         , //independent

 

  RL_VIEW_LOADS_EDIT    ,

 

 

 

  RL_VIEW_MASSES        , //independent

 

  RL_VIEW_MASSES_EDIT   ,

 

 

 

  RL_VIEW_COMBINATIONS  ,

 

 

 

  RL_VIEW_GROUPS        ,

 

  RL_VIEW_PONDERATION   ,

 

  RL_VIEW_REINFORCEMENT ,

 

  RL_VIEW_ELEMENTSFINITE,

 

  RL_VIEW_PANELS,

 

  RL_VIEW_EF_DATA,

 

 

 

  RL_VIEW_GLOBAL_MB,

 

  RL_VIEW_GLOBAL_EF,

 

  RL_VIEW_DETAIL,

 

 

 

  RL_VIEW_PROPERTIES_PANELS,

 

  RL_VIEW_MEASURE_PANELS,

 

  RL_VIEW_RDIM,

 

  RL_VIEW_PROPERTIES_CABLES,

 

  RL_VIEW_PROPERTIES_JARRETS,

 

  RL_VIEW_OFFSETS,

 

 

 

  RL_VIEW_SUPPORTS_LABEL, //independent

 

  RL_VIEW_LIARIG_LABEL,   //independent

 

  RL_VIEW_MOBIL_LINE,     // TJ mobil

 

  RL_VIEW_BEST,

 

  RL_VIEW_ESTIM,

 

  RL_VIEW_CUTS,

 

  RL_VIEW_TEMP_LINE,

 

  RL_VIEW_PANEL_RR,

 

 

 

  RL_VIEW_PROPERTIES_VOLUME,

 

  RL_VIEW_SOLIDS,

 

  RL_VIEW_SOLIDS_FE,

 

  RL_VIEW_SOLIDRESULTS,

 

 

 

  RL_VIEW_PUSHOVER_LINE,

 

  RL_VIEW_CURVE_LINE,

 

 

 

  RL_VIEW_ADVANCED_LINE,

 

 

 

  RL_VIEW_IMPERFECTIONS,

 

 

 

  RL_VIEW_VOLCUT,

 

  RL_VIEW_ELAPLA,

 

 

 

  RL_VIEW_PROPERTIES_MATERIAL,

 

 

 

  RL_VIEW_GROUPS_VAL,

 

  RL_VIEW_GROUPS_NODE,

 

  RL_VIEW_GROUPS_OBJ,

 

  RL_VIEW_GROUPS_ES,

 

  RL_VIEW_GROUPS_LOA,

 

 

 

  RL_VIEW_LOADS_EDIT_TEXT,

 

 

 

  RL_VIEW_STOREY,

 

 

 

  RL_VIEW_MEASURE_SURF,

 

  RL_VIEW_MEASURE_VOL,

 

 

 

  RL_VIEW_MASSES_CONV,

 

 

 

  RL_VIEW_EF_PANEL,

 

 

 

  RL_VIEW_STOREY_FRED,

 

 

 

  RL_VIEW_FINT,

 

 

 

  RL_VIEW_FOC,

 

  RL_VIEW_FOC_LINE,

 

 

 

  RL_VIEW_FF,

 

  RL_VIEW_FF_LINE,

 

 

 

  RL_VIEW_LOADS_NOTIONAL,

 

 

 

  RL_VIEW_CORWALLS,

 

 

 

  RL_VIEW_STOREY_DEPL,

 

 

 

  RL_VIEW_END

 

  }; 


 



Rafal Gaweda
Message 3 of 5
Romanich
in reply to: Romanich

In the Robot 2015 issues from the first topic still exist. I tried to solve p.2 by the API but have found some bugs (or maybe it was features 😉

Method AddColumn() accept integer data type. But I have not found any info about it (do you have this list with column internal numbers?) Maybe it will be useful if enumerator will be implemented instead of numbers.

Also this situation should be fixed:

.AddColumn(-100); //any negative number

  return:

neg1.png

Moreover, I think the internal check in Robot should be implemented - if column exist on the current table, user can't add the same one:

 for (int i = 0; i < 5; i++)
            {
                tableReaction.AddColumn(25);
            }

 neg2.png

It will be a great, if in the next version will be implemented methods like DelColumn()(to delete unnecessary columns), MoveColumn() (to simulate drag drop by user).

 

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


Tags (1)
Message 4 of 5
Rafal.Gaweda
in reply to: Romanich

I will register DelColumn on whishlist for implementation
I will register need for table columns list with description or creating enums on whishlist for implementation.


Rafal Gaweda
Message 5 of 5
Romanich
in reply to: Rafal.Gaweda

In the Robot 2016 issues from the first topic still exist.

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report