Class BaseMeshPointMarker3D
Defines the base-class for a 3D point marker which renders a 3D model at each point.
Inherited Members
Namespace:
Assembly: .dll
Syntax
public abstract class BaseMeshPointMarker3D extends pointMarkers.BasePointMarker3D
Constructors
BaseMeshPointMarker3D()
Initialises a new instance of BaseMeshPointMarker3D.
Declaration
protected BaseMeshPointMarker3D()
Methods
getPointsMesh()
Gets the TSRIndexedMesh which is the 3D model repeated at each data point
Declaration
public final TSRIndexedMesh getPointsMesh()
Returns
Type | Description |
---|---|
com.scichart.charting3d.interop.TSRIndexedMesh | The point mesh to use for rendering |
getPointsMeshInternal()
Creates the TSRIndexedMesh which is the 3D model repeated at each data point
Declaration
protected abstract TSRIndexedMesh getPointsMeshInternal()
Returns
Type | Description |
---|---|
com.scichart.charting3d.interop.TSRIndexedMesh | The point mesh to use by point marker |
invalidatePointMeshCache()
Asynchronously requests that the point marker recreates #getPointsMesh() mesh and redraws itself.
Declaration
public final void invalidatePointMeshCache()