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

SCIBaseRenderableSeriesSceneEntity3D

@interface SCIBaseRenderableSeriesSceneEntity3D<
    T : id <ISCISeriesRenderPassData3D>> : SCIBaseSceneEntity <ISCIAttachable>

Defines an entity to draw SCIBaseRenderableSeries3D in the 3D Scene.

Note

T - is the type of the associated ISCISeriesRenderPassData3D,
  • Request update of native meshes during next render pass.

    Declaration

    Objective-C

    - (void)requestNativeMeshesUpdate;

    Swift

    func requestNativeMeshesUpdate()
  • Performs hit-test and saves results into SCIHitTestInfo3D instance.

    Declaration

    Objective-C

    - (void)hitTest:(nonnull SCIHitTestInfo3D *)hitTestResult
        selectionId:(unsigned long long)selectionId;

    Swift

    func hitTest(_ hitTestResult: SCIHitTestInfo3D, selectionId: UInt64)

    Parameters

    hitTestResult

    The SCIHitTestInfo3D to save results of hit test in.

    selectionId

    The selection id to test.