当前位置:网站首页>pyvista 的介绍与使用
pyvista 的介绍与使用
2022-08-04 09:40:00 【comedate】
对于三维 mesh 的显示来说,VTK 是一个比较通用的库。但是,VTK 库属于基础库,使用起来代码量还是挺多的。
后来,就找到 python 的 pyvista 三方库。
1. pyvista 源码地址:
https://github.com/pyvista/vtk-data
2. 简单的例子
from pyvista import examples
import pyvista
# download cow mesh
cow = examples.download_cow()
# step1: read mesh
mesh_folder = r'D:\smooth\smooth_example'
mesh_file = mesh_folder + r'cow.stl'
vista_mesh = pyvista.read(mesh_file)
vista_mesh.plot(show_edges=True, color='w')
3. 三方库文档
https://github.com/pyvista/pyvista/tree/main/doc
边栏推荐
猜你喜欢
随机推荐
Layer 3 Switch/Router OSPF Configuration Details [Huawei eNSP Experiment]
Cloud function to achieve automatic website check-in configuration details [Web function/Nodejs/cookie]
使用ClickHouse分析COS的清单和访问日志
【正点原子STM32连载】第三章 开发环境搭建 摘自【正点原子】MiniPro STM32H750 开发指南_V1.1
学习使用php把stdClass Object转array的方法整理
LeetCode中等题之设计循环队列
LVGL的多语言转换工具--字体设置的好助手
MindSpore:【AIR模型导出】导出时提示源码中select_op参数类型转换失败
Four common methods of network attacks and their protection
How Oracle for current library or certain library data on the same server number?
IDEA启动热部署
Anton Paar安东帕密度计比重计维修DMA35性能参数
被Win11安全中心误删除的文件怎么恢复?
三层交换机/路由器OSPF配置详解【华为eNSP实验】
字符串与正则表达式(C#)
[Punctuality Atomic STM32 Serial] Chapter 1 Learning Method of the Book Excerpted from [Punctuality Atomic] MiniPro STM32H750 Development Guide_V1.1
蘑菇书EasyRL学习笔记
leetcode动态规划系列(求路径篇)
MindSpore:mirrorpad算子速度过慢的问题
软件工程国考总结——判断题