The following tables list the members exposed by Medical3DContainer.
Name | Description | |
---|---|---|
Medical3DContainer Constructor | Overloaded. Initializes a new instance of the class Medical3DContainer. |
Name | Description | |
---|---|---|
BackgroundColor | Gets or sets the color of the background. | |
Camera | (Read only) Gets the class containing the camera properties. | |
CurrentObjectIndex | Gets or sets the index of the object that will be affected by the mouse events. | |
MIP | (Read only) Gets the class containing information, properties and methods that will be applied on all objects of the container when using the MIP rendering technique. | |
MoveCamera | (Read only) Gets the class containing information, properties and methods that handles the camera movment using the mouse. | |
MoveObject | (Read only) Gets the class containing information, properties and methods that handles the 3D object movment using the mouse. | |
MovePlane | (Read only) Gets the class containing information, properties and methods that handles the MPR plane or clipping planes movment using the mouse. | |
MPR | (Read only) Gets the class containing information, properties and methods that will be applied on all objects of the container when using the MPR rendering technique. | |
Objects | (Read only) Gets the Generic Medical3DObjectCollection assigned to the container. | |
RenderingType | Gets or sets the value that determines whether to render objects using the 3D texturing or 2D texturing method. | |
RenderingWindow | Gets or sets the control that is used to render the 3D object on its surface. | |
RotateCamera | (Read only) Gets the class containing information, properties and methods that handles the camera rotation using the mouse. | |
RotateObject | (Read only) Gets the class containing information, properties and methods that handles the 3D object rotation using the mouse. | |
RotatePlane | (Read only) Gets the class containing information, properties and methods that handles MPR planes or clipping planes rotation using the mouse. | |
ScaleObject | (Read only) Gets the class containing information, properties and methods that handles the object scaling using the mouse. | |
Space | Gets or sets the value that determines whether to rotate objects using the object space or the view space. | |
VolumeType | Gets or sets the volume type of rendering type. | |
VRT | (Read only) Gets the class containing information, properties and methods that will be applied on all objects of the container when using the VRT rendering technique. | |
WindowLevel | (Read only) Gets the class containing information, properties and methods that applies the window-leveling on the 3D object using the mouse. | |
ZoomCamera | (Read only) Gets the class containing information, properties and methods that handles the camera zooming using the mouse. |
Name | Description | |
---|---|---|
GetMaximumExtent | Gets the maximum allowed value for each dimension of the 3D object. | |
HandleMouseDown | Handles the mouse down event occurs on the control. | |
HandleMouseMove | Handles the mouse move event occurs on the control. | |
HandleMouseUp | Handles the mouse up event occurs on the control. | |
Render | Renders the objects of the container on the specified control. | |
ResetPosition | Resets the position of all objects in the container to (0, 0, 0). | |
ResetRotation | Resets the position of all objects in the container to (0, 0, 0). | |
ResetScale | Resets the scale of all objects in the container to (100, 100, 100). | |
RotateX | Rotates all objects in the container by a specific amount in the X-axis. | |
RotateY | Rotates all objects in the container by a specific amount in the Y-axis. | |
RotateZ | Rotates all objects in the container by a specific amount in the Z-axis. | |
Scale | Scales all objects in the container by a specific amount in any direction. | |
ScaleX | Scales all objects in the container by a specific amount in the X-axis. | |
ScaleY | Scales all objects in the container by a specific amount in the Y-axis. | |
ScaleZ | Scales all objects in the container by a specific amount in the Z-axis. | |
Translate | Translates all objects in the container by a specific amount in the any specific axis. | |
TranslateX | Translates all objects in the container by a specific amount in the X-axis. | |
TranslateY | Translates all objects in the container by a specific amount in the Y-axis. | |
TranslateZ | Translates all objects in the container by a specific amount in the Z-axis. |
Name | Description | |
---|---|---|
CameraMoved | Occurs when the user moves the camera using the mouse through MoveCamera. | |
CameraRotated | Occurs when the user rotates the camera using the mouse through RotateCamera. | |
CameraSettingsChanged | Occurs when the user moves or rotates the camera using the mouse through RotateCamera or MoveCamera. | |
CameraZoomed | Occurs when the user zooms the camera using the mouse through ZoomCamera. | |
CreateObject | Occurs when the user creates a new object. | |
ObjectChanged | Occurs when the user moves, rotates or scale the object using the mouse through MoveObject or RotateObject. | |
ObjectMoved | Occurs when the user moves the object using the mouse through MoveObject. | |
ObjectRotated | Occurs when the user rotates the object using the mouse through RotateObject. | |
ObjectScaled | Occurs when the user scales the object using the mouse through ScaleObject. | |
PlaneChanged | Occurs when the user moves or rotates the MPR plane or clipping planes using the mouse through MovePlane or RotatePlane. | |
PlaneMoved | Occurs when the user moves the MPR plane or clipping planes using the mouse through MovePlane. | |
PlaneRotated | Occurs when the user rotates the MPR plane or clipping planes using the mouse through RotatePlane. | |
WindowLevelChanged | Occurs when the user changes the window-level values using the mouse through Medical3DContainer.WindowLevel. |