https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b41338c591a0fd9abc6b0eadf5bf3db1fb96b410 authored by Tom Fischer on 09 June 2023, 06:22:39 UTC
Merge branch 'AlwaysOutputOGS_VERSION' into 'master'
Tip revision: b41338c
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