public class SolidMesh extends com.scichart.core.framework.DisposableBase implements ISolidMesh
Constructor and Description |
---|
SolidMesh(boolean isTriangleStripes) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
draw()
Draws this instance.
|
void |
freeze()
Freezes this instance.
|
void |
setOpacity(float opacity)
Sets the opacity for the current vertex
|
void |
setVertex3(float x,
float y,
float z)
Sets the X, Y, Z position of the current vertex
|
void |
setVertex4(float x,
float y,
float z,
float w)
Sets the X,Y,Z,W value of the current vertex
|
void |
setVertexColor(int color)
Sets the Vertex Color of the current vertex
|
close, tryDispose, tryDispose, tryDispose, tryDispose
public void freeze()
IMeshBase
public void draw()
IMeshBase
public void setVertex4(float x, float y, float z, float w)
IMeshBase
setVertex4
in interface IMeshBase
x
- The x valuey
- The y valuez
- The z valuew
- The z valuepublic void setOpacity(float opacity)
IMeshBase
setOpacity
in interface IMeshBase
opacity
- The opacitypublic void setVertexColor(int color)
IImediateDrawContext
setVertexColor
in interface IImediateDrawContext
color
- The color valuepublic void setVertex3(float x, float y, float z)
IImediateDrawContext
setVertex3
in interface IImediateDrawContext
x
- The x valuey
- The y valuez
- The z valuepublic void dispose()
dispose
in interface com.scichart.core.framework.IDisposable