
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCISurfaceMeshRenderPassData3D
@interface SCISurfaceMeshRenderPassData3D : SCIGridXyzRenderPassData3D
Defines SurfaceMeshRenderPassData3D, the data used in a single render pass by SCISurfaceMeshRenderableSeries3D
.
-
Provides the collection of colors for associated mesh.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) SCIUnsignedIntegerValues *colors;
-
Defines the mesh resolution. By default for each point in the data series, there will be one vertex in the resulting mesh.
Declaration
Objective-C
@property (nonatomic) int meshResolution;