VTK-Python 4. 從文件讀取STL數據

#!/usr/bin/env python import vtk def main(): # create data mannualy # cylinder = vtk.vtkCylinderSource() # cylinder.SetHeight(3.0) # 設置柱體的高 # cylinder.SetRadius(1.0) # 設置柱體橫截面的半徑
相關文章
相關標籤/搜索