Nektar++
Public Attributes | List of all members
Nektar::NekMeshUtils::EdgeLoop Struct Reference

struct which descibes a collection of cad edges which are a loop on the cad surface More...

#include <CADSurf.h>

Public Attributes

std::vector< CADCurveSharedPtredges
 
std::vector< CADOrientation::Orientationedgeo
 
Array< OneD, NekDoublecenter
 
NekDouble area
 

Detailed Description

struct which descibes a collection of cad edges which are a loop on the cad surface

Definition at line 57 of file CADSurf.h.

Member Data Documentation

◆ area

NekDouble Nektar::NekMeshUtils::EdgeLoop::area

Definition at line 62 of file CADSurf.h.

◆ center

Array<OneD, NekDouble> Nektar::NekMeshUtils::EdgeLoop::center

Definition at line 61 of file CADSurf.h.

◆ edgeo

std::vector<CADOrientation::Orientation> Nektar::NekMeshUtils::EdgeLoop::edgeo

Definition at line 60 of file CADSurf.h.

◆ edges

std::vector<CADCurveSharedPtr> Nektar::NekMeshUtils::EdgeLoop::edges

Definition at line 59 of file CADSurf.h.