Class MeshSpatialSort.ComponentMesh
Inheritance
MeshSpatialSort.ComponentMesh
Namespace: gs
Assembly: cs.temp.dll.dll
Syntax
public class ComponentMesh
Constructors
ComponentMesh(DMesh3, Object, DMeshAABBTree3)
Declaration
public ComponentMesh(DMesh3 mesh, object identifier, DMeshAABBTree3 spatial)
Parameters
Type |
Name |
Description |
DMesh3 |
mesh |
|
Object |
identifier |
|
DMeshAABBTree3 |
spatial |
|
Fields
Bounds
Declaration
public AxisAlignedBox3d Bounds
Field Value
Type |
Description |
AxisAlignedBox3d |
|
Identifier
Declaration
Field Value
InsideOf
Declaration
public List<MeshSpatialSort.ComponentMesh> InsideOf
Field Value
InsideSet
Declaration
public List<MeshSpatialSort.ComponentMesh> InsideSet
Field Value
IsClosed
Declaration
Field Value
Mesh
Declaration
Field Value
Spatial
Declaration
public DMeshAABBTree3 Spatial
Field Value
Type |
Description |
DMeshAABBTree3 |
|
Methods
Contains(MeshSpatialSort.ComponentMesh, Double)
Declaration
public bool Contains(MeshSpatialSort.ComponentMesh mesh2, double fIso = 0.5)
Parameters
Returns