185 |
# to allow access to their public methods from the driver. |
# to allow access to their public methods from the driver. |
186 |
class MapOnPlaneClip(DataSetMapper, Actor3D, Transform, Plane, Clipper): |
class MapOnPlaneClip(DataSetMapper, Actor3D, Transform, Plane, Clipper): |
187 |
""" |
""" |
188 |
Class that show a scalar field on a clipped plane. |
Class that show a scalar field on a clipped plane. |
189 |
""" |
""" |
190 |
|
|
191 |
# The SOUTH_WEST default viewport is used when there is only one viewport. |
# The SOUTH_WEST default viewport is used when there is only one viewport. |