Parent Directory
|
Revision Log
|
Patch
revision 847 by jongui, Thu Sep 14 07:54:04 2006 UTC | revision 848 by jongui, Thu Sep 14 22:30:00 2006 UTC | |
---|---|---|
# | Line 76 class DataCollector(Common): | Line 76 class DataCollector(Common): |
76 | vtk_cube_axes.SetCamera(self.scene.getRenderer().GetActiveCamera()) | vtk_cube_axes.SetCamera(self.scene.getRenderer().GetActiveCamera()) |
77 | vtk_cube_axes.SetLabelFormat("%6.4g") | vtk_cube_axes.SetLabelFormat("%6.4g") |
78 | vtk_cube_axes.SetFlyModeToClosestTriad() | vtk_cube_axes.SetFlyModeToClosestTriad() |
79 | vtk_cube_axes.SetFontFactor(0.8) | vtk_cube_axes.SetFontFactor(0.9) |
80 | ||
81 | self.scene.getRenderer().AddActor(vtk_cube_axes) | self.scene.getRenderer().AddActor(vtk_cube_axes) |
82 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |