Python-визуализация сетки
This commit is contained in:
@@ -20,6 +20,7 @@ public:
|
||||
Mesh(Object&, double);
|
||||
~Mesh();
|
||||
//void ShowLinks();
|
||||
void VisualizeMesh(std::string);
|
||||
|
||||
std::vector<std::vector<Node*>>& Nodes() { return mesh; }
|
||||
std::vector<Node*>& LineX() { return hlines; }
|
||||
|
||||
Reference in New Issue
Block a user