| MedicalHelperDicomSetWindowCenterWidth Method  | 
            Set an SoDataRange node from the window center (level) and width values
            
 
Namespace: OIV.Medical.HelpersAssembly: OIV.Medical (in OIV.Medical.dll) Version: 2025.2.0.Release.d1acdfb623bbaf7982dff84bc1859f85fbf21864
Syntaxpublic static bool DicomSetWindowCenterWidth(
	SoDataRange dataRange,
	SbVec2f winCW
)
Public Shared Function DicomSetWindowCenterWidth ( 
	dataRange As SoDataRange,
	winCW As SbVec2f
) As Boolean
public:
static bool DicomSetWindowCenterWidth(
	SoDataRange^ dataRange, 
	SbVec2f winCW
)
static member DicomSetWindowCenterWidth : 
        dataRange : SoDataRange * 
        winCW : SbVec2f -> bool 
Parameters
- dataRange
 - Type: OIV.LDM.NodesSoDataRange
 - winCW
 - Type: OIV.InventorSbVec2f
 
Return Value
Type: 
Boolean
See Also