ILinesMesh Interface Members
The following tables list the members exposed by ILinesMesh.
Public Methods
| Name | Description | |
|---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
![]() | Draw | Draws this instance. (Inherited from SciChart.Charting3D.Primitives.IMeshBase) |
![]() | Freeze | Freezes this instance. No further drawing may be done (Inherited from SciChart.Charting3D.Primitives.IMeshBase) |
![]() | SetData | Overloaded. Sets the data on the Lines Mesh, which causes the mesh to calculate SciChart.Charting3D.Interop.sIMLineVertex line vertices. |
![]() | SetOpacity | Sets the opacity for the current vertex (Inherited from SciChart.Charting3D.Primitives.IMeshBase) |
![]() | SetSelectionId | Sets the selection identifier for the current vertex (Inherited from SciChart.Charting3D.Primitives.IMeshBase) |
![]() | SetStrokeThickness | |
![]() | SetVertex3 | Sets a position of the current vertex. |
![]() | SetVertex4 | Sets the X,Y,Z,W value of the current vertex (Inherited from SciChart.Charting3D.Primitives.IMeshBase) |
![]() | SetVertexColor | Sets the Vertex Color of the current vertex (Inherited from SciChart.Charting3D.Primitives.IImmediateDrawContext) |
![]() | SetVertices | Sets raw vertices on the lines mesh. the vertex format is SciChart.Charting3D.Interop.sIMLineVertex and each 1 vertex represents a line segment, with start and end position |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
See Also

