Class XzDisplaceableFreeSurfaceDataSeries3D<TXZ,TY>
Free Surface data series with the grid data, applied to its points displacing them along the XZ axes.
Inheritance
XzDisplaceableFreeSurfaceDataSeries3D<TXZ,TY>
Implements
com.scichart.charting3d.model.dataSeries.freeSurface.IDisplaceableFreeSurfaceDataSeries3DValues<TXZ,TY,TXZ>
Inherited Members
Namespace:
Assembly: .dll
Syntax
public abstract class XzDisplaceableFreeSurfaceDataSeries3D<TXZ,TY> extends dataSeries.freeSurface.DisplaceableFreeSurfaceDataSeries3D<TXZ,TY,TXZ,TXZ> implements dataSeries.freeSurface.IDisplaceableFreeSurfaceDataSeries3DValues<TXZ,TY,TXZ>
Type Parameters
| Name | Description |
|---|---|
| TXZ | |
| TY |
Constructors
XzDisplaceableFreeSurfaceDataSeries3D(Class<TXZ> xzType, Class<TY> yType, int uSize, int vSize, double uMin, double uMax, double vMin, double vMax)
Creates a new DisplaceableFreeSurfaceDataSeries3D instance
Declaration
protected XzDisplaceableFreeSurfaceDataSeries3D(Class<TXZ> xzType, Class<TY> yType, int uSize, int vSize, double uMin, double uMax, double vMin, double vMax)
Parameters
| Type | Name | Description |
|---|---|---|
| Class<TXZ> | xzType | The type of X and Z data |
| Class<TY> | yType | The type of Y-Data |
| int | uSize | The uSize of the 2D grid |
| int | vSize | The vSize of the 2D grid |
| double | uMin | The minimum value of U component of the 2D grid |
| double | uMax | The maximum value of U component of the 2D grid |
| double | vMin | The minimum value of V component of the 2D grid |
| double | vMax | The maximum value of V component of the 2D grid |
Methods
getDisplacementAxis()
Gets axes by which surface can be displaced.
Declaration
public final int getDisplacementAxis()
Returns
| Type | Description |
|---|---|
| int |
isAxesPropagationAbsolute()
Gets value determining whether the displacement is absolute. This means that surface is displaced by a value from the displacement map by specified displacement axes absolutely, ignoring its relative direction from the origin.
Declaration
public final boolean isAxesPropagationAbsolute()
Returns
| Type | Description |
|---|---|
| boolean |
Implements
com.scichart.charting3d.model.dataSeries.freeSurface.IDisplaceableFreeSurfaceDataSeries3DValues<TXZ,TY,TXZ>