ProCad Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. ProCad.Rendering
    4. IRenderCache

    IRenderCache Interface

    Definition

    Namespace ProCad.Rendering
    Assembly ProCad.Rendering.dll
    Derived ProCad.Rendering.RenderCache
    View source
    public interface IRenderCache
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Methods (5)

    Clear(CadDocument)
    StoreGeometry(CadDocument, RenderGeometryCacheKey, IReadOnlyList<XYZ>)
    StoreTextLayout(CadDocument, RenderTextLayoutCacheKey, RenderTextLayout)
    TryGetGeometry(CadDocument, RenderGeometryCacheKey, out IReadOnlyList<XYZ>)
    TryGetTextLayout(CadDocument, RenderTextLayoutCacheKey, out RenderTextLayout)

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the MIT license | Site generated by lunet hosted on GitHub Pages