www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index
The object table is used to list one or more types of objects in a modeling environment. For example, a type of entities like link, center_marker or properties like mass, inertia can be selectively listed and displayed using this command. The objects listed can be edited, or copied as required.
An Existing GI_otable Specifies the name of the object table in which the cells are to be altered
1. The cells to be altered are initially addressed by the ‘object table name’. Next, the rows to be altered are marked by various choices like, ‘use_row_selected’, ‘row_range’, and ‘object_rows’.
2. Specifying ‘row range’ allows to modify the contents of multiple cells in a row. For example, row range = 1,2 will change all the cells in rows 1,2
5. The choice ‘string action’ will replace all the contents in that row with the new contents specified. On the other hand if the ‘object action’ is specified, then keeping the ‘field for columns’ same all the contents of the row for old entity will be replaced with values of ‘field for column’ for the new entity mentioned.For example, in the example above, the entity listed in the row is ‘i_marker’ for entity ‘PART_3.LINK_2’ under ‘model_1’. With the execution of the command, the field for the columns will be replaced by the similar values for the ‘PART_2.LINK_1’ under ‘model_1’.
6. The mode of insertion of the new row contents depends on the choices like ‘before’, ‘after’, ‘delete’ or ‘replace’ denoted by the parameter ‘row_action’