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

#include <GeometryUtilities.hpp>

Classes

struct  Intersection
 

Public Types

enum struct  Types { Unknown = 0 , SingleIntersection = 1 , NoIntersection = 2 , MultipleIntersections = 3 }
 

Public Attributes

Gedim::GeometryUtilities::IntersectionSegmentPlaneResult::Types Type
 The intersection type.
 
Gedim::GeometryUtilities::IntersectionSegmentPlaneResult::Intersection SingleIntersection
 

Member Enumeration Documentation

◆ Types

Enumerator
Unknown 
SingleIntersection 
NoIntersection 
MultipleIntersections 

Member Data Documentation

◆ SingleIntersection

Gedim::GeometryUtilities::IntersectionSegmentPlaneResult::Intersection Gedim::GeometryUtilities::IntersectionSegmentPlaneResult::SingleIntersection

The single intersection, available only is Type is SingleIntersection

◆ Type


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