Python-визуализация сетки
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#include "System.hpp"
|
||||
|
||||
void System::export_mesh(std::string name) {
|
||||
mesh.VisualizeMesh(name);
|
||||
}
|
||||
|
||||
void System::DefineBounds(int l, int t, int r, int b) {
|
||||
Node* cur = mesh.LineX().front();
|
||||
while (cur) {
|
||||
|
||||
Reference in New Issue
Block a user