Version: 15.0

    Show / Hide Table of Contents

    Enum OctreeCreationMethod

    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AcousticAnalyses
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public enum OctreeCreationMethod

    Fields

    Name Description
    Adaptive

    Adaptively generate the octree based on a selected maximum number of elements per cell, or choose to optimise this value based on existing calibrations.

    Benchmark

    Use a fixed-level octree with 7 levels. It is not recommended to have more than this amount of levels.

    FixedLevel

    Create an octree with a fixed number of levels. Here, all leaf cells (those innermost cells) will be on the same level.

    Back to top