Python Mesh Viewer 是一个用来显示和播放 3D 模型文件的工具,当前只支持 .mesh 格式(medit)。图形的渲染完全没有采用硬件加速(非 OpenGL)
安装gmsh,并设置环境变量 Delaunay使用 import numpy as np from scipy.spatial import Delaunay points = np.random.rand(30, 2) # 30 points in 2-d tri = Delaunay(points) # Make a list of line segments: # edge_points =
# -*- coding: utf-8 -*- import os import time import win32gui import win32api import win32con import sys import msvcrt #筛选需要的窗口句柄 def get_mesh_windows(hWndList, name): winhwnd= [] for hWnd in hWnd