Nektar++
|
struct which descibes a collection of cad edges which for a loop on the cad surface More...
#include <CADSurf.h>
Public Attributes | |
std::vector< CADCurveSharedPtr > | edges |
std::vector< int > | edgeo |
Array< OneD, NekDouble > | center |
NekDouble | area |
struct which descibes a collection of cad edges which for a loop on the cad surface
Definition at line 64 of file CADSurf.h.
Referenced by Nektar::NekMeshUtils::CADSystem::LoadCAD().
std::vector<int> Nektar::NekMeshUtils::EdgeLoop::edgeo |
Definition at line 63 of file CADSurf.h.
Referenced by Nektar::NekMeshUtils::CADSystem::LoadCAD().
std::vector<CADCurveSharedPtr> Nektar::NekMeshUtils::EdgeLoop::edges |
Definition at line 62 of file CADSurf.h.
Referenced by Nektar::NekMeshUtils::CADSystem::LoadCAD().