File constitution_type.h File List > geometry > utils > constitution_type.h Go to the documentation of this file #pragma once #include <uipc/geometry/geometry.h> namespace uipc::geometry { UIPC_GEOMETRY_API [[nodiscard]] std::string constitution_type(const Geometry& geo); }