Creating a 3D Object Topic

The Medical3DObject is a class that is used to hold the properties and methods of the 3D object as well as the images (slices) that will make up the 3D object.

In order to create a 3D object, you must:

  1. Create an instance of this class (Medical3DObject) and
  2. Add the created instance to the Medical3DContainer.objects collection.
  3. Fill the Medical3DObject class with image slices either through the Medical3DObject.Image property or the Medical3DObject.SetImage method, or through the memory efficient load method (recommended) which is explained below.
  4. Once the slices are added, you can then render the object using the Medical3DContainer.Render method.

Filling the 3D object with image (slices)

There are multiple ways to add the images to the 3D object, each having its own advantages.

Help Version 23.0.2024.3.20
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Imaging, Medical, and Document

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.