Parent Directory
|
Revision Log
|
Patch
revision 1148 by jongui, Wed May 16 22:45:33 2007 UTC | revision 1153 by jongui, Thu May 17 06:33:54 2007 UTC | |
---|---|---|
# | Line 66 class Actor3D: | Line 66 class Actor3D: |
66 | # in order for the change of color to take effect. | # in order for the change of color to take effect. |
67 | self.__mapper.ScalarVisibilityOff() | self.__mapper.ScalarVisibilityOff() |
68 | ||
# NOTE: Must be used after mapper.ScalarVisibilityOff() | ||
# in order for the change of color to take effect. | ||
69 | self.__vtk_actor3D.GetProperty().SetColor(color) | self.__vtk_actor3D.GetProperty().SetColor(color) |
70 | ||
71 | def setRepresentationToWireframe(self): | def setRepresentationToWireframe(self): |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |