Package mbdyn :: Package interface :: Module mapper :: Class Node
[hide private]

Class Node

source code

Common --+
         |
        Node
Known Subclasses:
StructuralNode

The node class mapper, a VTK sphere.

Instance Methods [hide private]
 
__init__(self) source code
 
set_radius(self, value)
Set the mapper radius
source code
 
set_scale_factor(self, scale_factor)
Set the scale factor for the representation, recalculate the radius
source code
Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: Common.__init__