iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIFreeSurfaceRenderPassData3D

@interface SCIFreeSurfaceRenderPassData3D : SCIGridXyzRenderPassData3D

Defines FreeSurfaceRenderPassData3D, the data used in a single render pass by SCIFreeSurfaceRenderableSeries3D.

  • Defines a displacement propagation value in X-direction.

    Declaration

    Objective-C

    @property (nonatomic) float displacementPropagationX;

    Swift

    var displacementPropagationX: Float { get set }
  • Defines a displacement propagation value in Y-direction.

    Declaration

    Objective-C

    @property (nonatomic) float displacementPropagationY;

    Swift

    var displacementPropagationY: Float { get set }
  • Defines a displacement propagation value in Z-direction.

    Declaration

    Objective-C

    @property (nonatomic) float displacementPropagationZ;

    Swift

    var displacementPropagationZ: Float { get set }
  • Defines the value determining whether the displacement is absolute.

    Declaration

    Objective-C

    @property (nonatomic) BOOL isAbsoluteDisplacementPropagation;

    Swift

    var isAbsoluteDisplacementPropagation: Bool { get set }
  • Provides the displacement values used for the single render pass.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) SCIDoubleValues *displacementValues;

    Swift

    var displacementValues: SCIDoubleValues { get set }
  • Provides the displacement coordinates used for the single render pass.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) SCIFloatValues *displacementCoords;

    Swift

    var displacementCoords: SCIFloatValues { get set }
  • Provides the collection of cell colors used for the single render pass.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) SCIUnsignedIntegerValues *cellColors;

    Swift

    var cellColors: SCIUnsignedIntegerValues { get set }
  • Defines a data offset by X-axis of the Surface.

    Declaration

    Objective-C

    @property (nonatomic) double offsetX;

    Swift

    var offsetX: Double { get set }
  • Defines a data offset by Y-axis of the Surface.

    Declaration

    Objective-C

    @property (nonatomic) double offsetY;

    Swift

    var offsetY: Double { get set }
  • Defines a data offset by Z-axis of the Surface.

    Declaration

    Objective-C

    @property (nonatomic) double offsetZ;

    Swift

    var offsetZ: Double { get set }