Python Mesh Viewer

授权协议 GPL
开发语言 Python
所属分类 应用工具、 图形和图像工具
软件类型 开源软件
地区 不详
投 递 者 壤驷建德
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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

相关阅读

相关文章

相关问答

相关文档