2026-07-26 18:41:28 +08:00
|
|
|
#pragma once
|
|
|
|
|
#include "vde/brep/assembly.h"
|
|
|
|
|
namespace vde::brep {
|
2026-07-26 19:39:56 +08:00
|
|
|
void create_flexible_assembly(Assembly& assembly, const std::vector<BrepModel>& parts, const std::vector<int>& deformable_ids);
|
2026-07-26 18:41:28 +08:00
|
|
|
} // namespace vde::brep
|