Class YDisplaceableFreeSurfaceDataSeries3D<TX,TY,TZ>
2D grid based free shaped 3D surface with dip.
Inheritance
YDisplaceableFreeSurfaceDataSeries3D<TX,TY,TZ>
Implements
com.scichart.charting3d.model.dataSeries.freeSurface.IDisplaceableFreeSurfaceDataSeries3DValues<TX,TY,TZ>
Inherited Members
Namespace:
Assembly: .dll
Syntax
public abstract class YDisplaceableFreeSurfaceDataSeries3D<TX,TY,TZ> extends dataSeries.freeSurface.DisplaceableFreeSurfaceDataSeries3D<TX,TY,TZ,TY> implements dataSeries.freeSurface.IDisplaceableFreeSurfaceDataSeries3DValues<TX,TY,TZ>
Type Parameters
| Name | Description |
|---|---|
| TX | |
| TY | |
| TZ |
Constructors
YDisplaceableFreeSurfaceDataSeries3D(Class<TX> xType, Class<TY> yType, Class<TZ> zType, int uSize, int vSize, double uMin, double uMax, double vMin, double vMax)
Creates a new YDisplaceableFreeSurfaceDataSeries3D instance
Declaration
protected YDisplaceableFreeSurfaceDataSeries3D(Class<TX> xType, Class<TY> yType, Class<TZ> zType, int uSize, int vSize, double uMin, double uMax, double vMin, double vMax)
Parameters
| Type | Name | Description |
|---|---|---|
| Class<TX> | xType | The type of X-Data |
| Class<TY> | yType | The type of Y-Data |
| Class<TZ> | zType | The type of Z-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<TX,TY,TZ>