File constitution_type.h
File List > builtin > constitution_type.h
Go to the documentation of this file
#pragma once
#include <string_view>
namespace uipc::builtin
{
constexpr std::string_view AffineBody = "AffineBody";
constexpr std::string_view FiniteElement = "FiniteElement";
constexpr std::string_view Constraint = "Constraint";
} // namespace uipc::builtin