WEMDicomLoad¶
-
MacroModule
¶ genre DICOM
author MeVis Medical Solutions AG
package MeVisLab/Standard
definition WEMDicomLoad.def see also WEMDicomSave
,WEMLoad
,WEMSave
keywords load
,restore
,load
,mesh
,surface
,segmentation
,object
,sso
Purpose¶
This module will try to load a WEM object from a DICOM file that must contain a Surface Segmentation Object.
Details¶
This module will ignore line and point primitives.
If a surface contains “facet” primitives a WEMPolygonPatch (or a WEMQuadPatch if the facets all have 4 nodes) will be created instead of the normal WEMTrianglePatch.
Output Fields¶
outWEM¶
-
name:
outWEM
, type:
WEM(MLBase)
¶ The WEM object read.
For accessing this object via scripting see the Scripting Reference:MLWEMWrapper
.
outDicomTree¶
-
name:
outDicomTree
, type:
DicomTree(MLBase)
¶ The loaded DICOM file represented as DicomTree object.
For accessing this object via scripting see the Scripting Reference:MLABDicomTree
.