ParaView Python Scripting Writing a file series

# Essential to call UpdatePipelineInformation() so that reader reads meta data # before getting the timestep v…

ParaView Python Scripting Reading a Series of *.vtk files

filenames = […] reader = servermanager.sources.LegacyVTKFileReader(FileNames=filenames) warpVector = serverman…

ParaView Python Scripting Reading a *.vtk file

# Create the reader and set the filename. reader = servermanager.sources.LegacyVTKFileReader(FileNames=filenam…

ホルダ再設計

ホルダ再設計

投稿遅くなってすみません。 前回投稿したホルダ設計図は使用部品が多く、大きな装置となっていたのでコンパクト化を図りました。 完成図のスケッチにあたり 固定具①×2 固定具②×2 Y字ネジ×7 固定バンド×2 L字金属板×…