Class MeshSpatialSort
This class sorts a set of mesh components.
Inheritance
MeshSpatialSort
Namespace: gs
Assembly: cs.temp.dll.dll
Syntax
public class MeshSpatialSort
Constructors
MeshSpatialSort()
Declaration
Fields
AllowOpenContainers
Declaration
public bool AllowOpenContainers
Field Value
Components
Declaration
public List<MeshSpatialSort.ComponentMesh> Components
Field Value
FastWindingIso
Declaration
public double FastWindingIso
Field Value
Solids
Declaration
public List<MeshSpatialSort.MeshSolid> Solids
Field Value
Methods
AddMesh(DMesh3, Object, DMeshAABBTree3)
Declaration
public void AddMesh(DMesh3 mesh, object identifier, DMeshAABBTree3 spatial = null)
Parameters
Type |
Name |
Description |
DMesh3 |
mesh |
|
Object |
identifier |
|
DMeshAABBTree3 |
spatial |
|
Sort()
Declaration