this object stores a difference between two meshes: both in coordinates and in topology
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_MeshDiff () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_MeshDiff (MR._ByValue_MeshDiff _other) |
| | Generated from constructor MR.MeshDiff.MeshDiff.
|
| |
|
unsafe | Const_MeshDiff (MR.Const_Mesh from, MR.Const_Mesh to) |
| | computes the difference, that can be applied to mesh-from in order to get mesh-to Generated from constructor MR.MeshDiff.MeshDiff.
|
| |
|
unsafe bool | any () |
| | returns true if this object does contain some difference in point coordinates or in topology; if (from) mesh has just more points or more topology elements than (to) and the common elements are the same, then the method will return false since nothing is stored here Generated from method MR.MeshDiff.any.
|
| |
|
unsafe ulong | heapBytes () |
| | returns the amount of memory this object occupies on heap Generated from method MR.MeshDiff.heapBytes.
|
| |
this object stores a difference between two meshes: both in coordinates and in topology
if the meshes are similar then this object is small, if the meshes are very distinct then this object will be even larger than one mesh itself Generated from class MR.MeshDiff. This is the const half of the class.