
ホルダ設計図
遅くなって申し訳ありません ホルダ設計による設計図を投稿します。 ※水平方向に約134mm離して長尺を鉛直に設置した2つのフリーポイント金具FPL-120の取り付け長穴に、水平に配置した アクリル板を両端の φ4mmの穴…

アクリル板加工完了
遅くなってすみません アクリル板の加工が完了した。 15×150の直方体、厚さは2mmに設定。 角を原点とし、長辺方向に10mm、75mm、140mmの位置から、短辺方向に7.5mmの位置にφ4mmの穴を空ける。 また、…
ParaView Python Script, Displacement View
from paraview.simple import * reader=XMLUnstructuredGridReader(FileName=”case0001.vtu”) Show(reade…
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 Writer
CSVWriter Property Description Default Value(s) Restrictions File Name (FileName) The name of the file to be w…

アクリル板加工図面
ホルダーの作成のため、アクリル板の加工を行う。 15×150の直方体、厚さは2mmに設定。 角を原点とし、長辺方向に10mm、75mm、140mmの位置から、短辺方向に7.5mmの位置にφ4mmの穴を空ける。 また、角の…
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…
ParaView Python Scripting Reader
PVDReader, *.pvd ParaView Data Files Property Description Default Value(s) Restrictions File Name (FileName) T…
最近のコメント