HoloField - Boundary-to-Volume Generator
    Preparing search index...

    Function GenerateBoundaryDataset

    • Generates a point dataset from the boundary through the configured pipeline.

      Decoder step does not apply - it's for a direct representation of the boundary field on the surface of a sphere.

      Acts as the interface between the engine and visualization layers.

      Parameters

      • boundaryName:
            | "FruityField"
            | "SimpleHeightField"
            | "PolarHeightField"
            | "HemisphereField"
            | "LatitudeBandsField"
      • samplerName:
            | "LatLongSampler"
            | "FibonacciSampler"
            | "UniformVoxelSampler"
            | "UniformPointCloudSampler"
            | "SurfacePointCloudSampler"
      • gridParams: BoundarySamplerOptions

      Returns PointDataset