VISU.Plot3dBase Interface Reference
Plot3D interface.
More...
import "VISU_Gen.idl";
Detailed Description
Presentation parameters of Plot3D presentation. This type of presentation consists of deforming initial planar mesh according to values assigned to the mesh elements. If mesh not planar but volumic one, it is possible to generate intermediate planar mesh.
Member Function Documentation
void VISU.Plot3dBase.SetScaleFactor |
( |
in double |
theScaleFactor |
) |
|
Sets the scale factor for scalar values (how much corresponding mesh elements should be translated).
- Parameters:
-
| theScaleFactor | The scaling factor. |
double VISU.Plot3dBase.GetScaleFactor |
( |
|
) |
|
Gets the scale factor for scalar values. (how much corresponding mesh elements is translated)
void VISU.Plot3dBase.SetContourPrs |
( |
in boolean |
theIsContourPrs |
) |
|
Sets presentation type: contour or surface.
- Parameters:
-
| theIsContourPrs | Define, whether presentation type is contour. |
boolean VISU.Plot3dBase.GetIsContourPrs |
( |
|
) |
|
Returns true if presentation type is contour.
void VISU.Plot3dBase.SetNbOfContours |
( |
in long |
theNb |
) |
|
Sets the number of contours.
- Parameters:
-
| theNb | The number of contours. |
long VISU.Plot3dBase.GetNbOfContours |
( |
|
) |
|
Gets the number of contours.