https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 12c87e29995380aaabbeb4b1b16e9409313c96e1 authored by wenqing on 03 March 2023, 15:44:55 UTC
Merge branch 'output_K' into 'master'
Tip revision: 12c87e2
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