PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::MeshUtilities::Intersect_mesh_polyhedron_result Struct Referencefinal

#include <MeshUtilities.hpp>

Classes

struct  Mesh_Intersections
 
struct  Polyhedron_Intersection
 

Public Types

enum struct  Types { None = 1 , Vertices = 2 }
 

Public Attributes

Gedim::MeshUtilities::Intersect_mesh_polyhedron_result::Types Type
 
Eigen::MatrixXd Intersections_Coordinates
 
std::vector< Gedim::MeshUtilities::Intersect_mesh_polyhedron_result::Polyhedron_IntersectionPolyhedron_intersections
 
Gedim::MeshUtilities::Intersect_mesh_polyhedron_result::Mesh_Intersections Mesh_intersections
 

Member Enumeration Documentation

◆ Types

Enumerator
None 

No intersection found.

Vertices 

Vertices.

Member Data Documentation

◆ Intersections_Coordinates

Eigen::MatrixXd Gedim::MeshUtilities::Intersect_mesh_polyhedron_result::Intersections_Coordinates

◆ Mesh_intersections

Gedim::MeshUtilities::Intersect_mesh_polyhedron_result::Mesh_Intersections Gedim::MeshUtilities::Intersect_mesh_polyhedron_result::Mesh_intersections

◆ Polyhedron_intersections

std::vector<Gedim::MeshUtilities::Intersect_mesh_polyhedron_result::Polyhedron_Intersection> Gedim::MeshUtilities::Intersect_mesh_polyhedron_result::Polyhedron_intersections

◆ Type

Gedim::MeshUtilities::Intersect_mesh_polyhedron_result::Types Gedim::MeshUtilities::Intersect_mesh_polyhedron_result::Type

The documentation for this struct was generated from the following file: