2026-05-20-14-19-23 逆向分割结果流程调整
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { DicomFusionVolume, DicomInfo, DicomPreview, ModelPose, ModuleStyle, OverviewSummary, Project, SavedModelPose, SegmentationExportScope, SessionState, UserRecord } from '../types';
|
||||
import { DicomFusionVolume, DicomInfo, DicomPreview, ModelPose, ModuleStyle, OverviewSummary, Project, SavedModelPose, SegmentationDicomOpacityLevel, SegmentationDisplayLevel, SegmentationExportScope, SessionState, UserRecord } from '../types';
|
||||
|
||||
export type ProjectExportTarget = 'dicom' | 'segmentation' | 'pose' | 'stl';
|
||||
export type { SegmentationExportScope } from '../types';
|
||||
@@ -70,6 +70,13 @@ export const api = {
|
||||
pose: ModelPose;
|
||||
segmentationScope: SegmentationExportScope;
|
||||
moduleStyles: Record<string, ModuleStyle>;
|
||||
sliceStart?: number;
|
||||
sliceEnd?: number;
|
||||
mappingSlice?: number;
|
||||
displayLevel?: SegmentationDisplayLevel;
|
||||
dicomOpacityLevel?: SegmentationDicomOpacityLevel;
|
||||
showBounds?: boolean;
|
||||
cutEnabled?: boolean;
|
||||
},
|
||||
) =>
|
||||
request<Project>(`/api/projects/${projectId}/segmentation-results`, {
|
||||
|
||||
Reference in New Issue
Block a user