Skip to content
Snippets Groups Projects
Commit 5bb5b446 authored by mattijs's avatar mattijs
Browse files

ENH: orientedSurface: exposing flip status

parent 759ecfce
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@ class orientedSurface
:
public triSurface
{
public:
// Data types
//- Enumeration listing whether face needs to be flipped.
......@@ -64,6 +66,7 @@ class orientedSurface
NOFLIP
};
private:
// Private Member Functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment