Generated from class MR.ComputeSteepestDescentPathSettings. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe MR.Const_MeshTriPoint | end [get] |
| | if valid, then the descent is stopped as soon as same triangle with (end) is reached
|
| |
|
unsafe MR.? Box_VertId | outVertexReached [get] |
| | if not nullptr, then the descent is stopped as soon as any vertex is reached, which is written in *outVertexReached
|
| |
|
unsafe MR.? EdgePoint | outBdReached [get] |
| | if not nullptr, then the descent is stopped as soon as any boundary point is reached, which is written in *outBdReached
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Generated from class MR.ComputeSteepestDescentPathSettings. This is the const half of the class.
The documentation for this class was generated from the following file: