裁切失敗結果。

interface InputSliceSpaceFailResult {
    sliceSpaceParam: null;
    success: true;
}

Properties

sliceSpaceParam: null

裁切體幾何參數。

success: true

是否成功。

Generated using TypeDoc