Package mbdyn :: Module common :: Class GeometricArgument
[hide private]

Class GeometricArgument

source code

CommonArgument --+
                 |
                GeometricArgument

A geometric argument is whether a vector or a matrix. This is a particular case because those entites can be set regarding to a referential, which does not exist on a 'CommonArgument'. It will be written in the MBDyn input file.

Instance Methods [hide private]
 
__init__(self, value, ref_obj) source code
 
get_line(self, separator=',')
Return the line to write in the input file.
source code
 
__repr__(self) source code

Inherited from CommonArgument: __str__, set_comment, set_value

Method Details [hide private]

__init__(self, value, ref_obj)
(Constructor)

source code 
Overrides: CommonArgument.__init__

get_line(self, separator=',')

source code 
Return the line to write in the input file.
Overrides: CommonArgument.get_line