For a list of all members of this type, see Medical3DObject members.
"| Name | Description | |
|---|---|---|
| HitTest | Gets the index of the plane from the specified position. |
| LoadObjectFromFile | Loads a raw data object from a file. |
| LoadState | Loads the object status from a file. |
| MemoryEfficientCancel | This method cancels the memory efficient loading method. |
| MemoryEfficientEnd | Overloaded. Ends the 3d object creation process, making it ready for display. |
| MemoryEfficientInit | Creates an empty object having the specified dimensions. |
| MemoryEfficientSetFrame | Overloaded. Fills the 3D object with data from the specified Leadtools.RasterImage. |
| ResetPosition | Resets the position of 3D object to (0, 0, 0). |
| ResetRotation | Resets the rotation of the 3D object to (0, 0, 0). |
| ResetScale | Resets the scale of the 3D object. |
| ResetThresholdValues | Resets the threshold properties to their original values (0, 255). |
| RotateX | Rotates the 3D object in the container by a specified amount on the x-axis. |
| RotateY | Rotates the 3D object in the container by the specified amount on the y-axis. |
| RotateZ | Rotates the 3D object in the container by the specified amount on the z-axis. |
| SaveObjectToFile | Saves the object to a file as raw data. |
| SaveState | Saves the object status to a file. |
| ScaleX | Scales the 3D object in the container by the specified amount in the x-axis. |
| ScaleXYZ | Overloaded. Scales the 3D object in the container by a specified amount in any direction. |
| ScaleY | Scales the 3D object in the container by a specified amount in the y-axis. |
| ScaleZ | Scales the 3D object in the container by a specified amount in the z-axis. |
| SetImage | Sets the image used to render the 3D object and then frees the image. |
| Translate | Translates the 3D object in the container by a specified amount in the any specified axis. |
| TranslateX | Translates the 3D object by a specified amount in the x-axis. |
| TranslateY | Translates the 3D object by a specified amount in the y-axis. |
| TranslateZ | Translates the 3D object by a specified amount in the z-axis. |