SolidMesh Class Members
The following tables list the members exposed by SolidMesh.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | SolidMesh Constructor | Creates an instance of a SolidMesh. |
Public Methods
| Name | Description | |
|---|---|---|
![]() | Dispose | Overloaded. Overridden. Releases unmanaged and - optionally - managed resources. |
![]() | Draw | Overloaded. Draws this instance. |
![]() | Freeze | Freezes this instance. No further drawing may be done |
![]() | SetOpacity | Sets the opacity for the current vertex. |
![]() | SetSelectionId | Sets the selection identifier for the current vertex. |
![]() | SetTexture | Sets a SciChart.Charting3D.Texture2D to render on the current mesh. |
![]() | SetTextureCoord | Sets texture coordinates for the current vertex. |
![]() | SetVertex3 | Overloaded. Sets a position of the current vertex. |
![]() | SetVertex4 | Sets the X,Y,Z,W value of the current vertex |
![]() | SetVertexColor | Overloaded. Sets the Vertex Color of the current vertex. |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from SciChart.Core.Framework.DisposableBase) |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also



