|
MeshKernel
|
An intersection with a mesh face. More...
#include <Mesh2DIntersections.hpp>
Public Attributes | |
| double | polylineDistance {constants::missing::doubleValue} |
| The location of the intersection expressed as an adimensional distance from the polyline start. | |
| UInt | faceIndex {constants::missing::uintValue} |
| The face index. | |
| std::vector< UInt > | edgeIndices |
| The indexes of crossed edges. | |
| std::vector< UInt > | edgeNodes |
| The indexes of the nodes defining the crossed edges. | |
An intersection with a mesh face.