https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 808bb1aba0c96cd5aaa105188cd69e39fd5445b3 authored by Tom Fischer on 14 November 2023, 13:04:47 UTC
Merge branch 'ImproveNeumannParameterEvaluation' into 'master'
Tip revision: 808bb1a
Is2DMeshOnRotatedVerticalPlane.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 * Created on April 22, 2021, 11:52 AM
 */

#pragma once

#include <vector>

namespace MeshLib
{
class Mesh;

bool is2DMeshOnRotatedVerticalPlane(Mesh const& mesh);

};  // namespace MeshLib
back to top