Skip to main content
Version: 20 Mar 2024

MeshingQuerySettings

The mesh generation settings

Public Methods

MeshingQuerySettings DefaultSettings

public static MeshingQuerySettings DefaultSettings()

Public Attributes

appliedDisconnectedComponentArea


public float appliedDisconnectedComponentArea;


fillHoleLength


public float fillHoleLength;


meshDetectorFlags


public MeshDetectorFlags meshDetectorFlags;

TypeDescription
MeshDetectorFlagsThe flags to represent the generated mesh's properties

useIonAllocator

Whether to use the ion allocator on the device to store the mesh data.


public bool useIonAllocator;