ホーム / 計算結果の抽出 / CPostPythagoras / 関数 / GetLayerBadQRate
GetLayerBadQRate関数
定義
GetLayerBadQRate As Double戻り値
| double | 積質が10以上の積層メッシュの割合[%] |
引数
なし解説
質が10以上の積層メッシュの割合[%]を出力します。実行例
Dim Femtet As New CFemtetDim Gogh As CGogh
Dim Data As Double
'Femtet.Goghを変数Goghに代入して使いやすくする
Set Gogh = Femtet.Gogh
'計算結果を開く
If Femtet.OpenPDT("C:\test\test.pdt") = False Then
Femtet.ShowLastError
End If
Data = Gogh.Pythagoras.GetLayerBadQRate


