|
|
|
set_name(self,
name)
Set the name of the object. |
source code
|
|
|
set_label(self,
label)
Set the label of the object, used by the MBDyn input file. |
source code
|
|
|
set_comment(self,
comment)
Set a global comment on the object, (takes one line in the MBDyn
input file). |
source code
|
|
|
get_lines(self)
Return all the lines of the argument into a list, used for writing
the MBDyn input file. |
source code
|
|
|
set_simulation_ref(self,
simu)
Keep a reference of the simulation |
source code
|
|
|
|
Inherited from record.Record :
common_init_results ,
init_results ,
save ,
set_own_parameters ,
will_save ,
will_save_nothing ,
will_save_only
Inherited from record.RecordBase :
collect_own_parameters ,
collect_parameters ,
set_own_para ,
set_parameters
|