Parent Directory
|
Revision Log
Added vtkTextProperty to control the style of text and partially completed the carpet module.
1 | """ |
2 | class that represents scalar data as plane deformated along the plane normal and proportional to the scalar value on the plane. |
3 | """ |
4 | |
5 | import vtk |
6 | |
7 | class Carpet(): |
8 | """ |
9 | represents scalar data as plane deformated along the plane normal |
10 | and proportional to the scalar value on the plane. |
11 | """ |
12 | |
13 | |
14 |
ViewVC Help | |
Powered by ViewVC 1.1.26 |