3D belgesini oku

3D desteklenen formatların listesi (içe aktarma)

Aspose.3D for Java API has support of reading various type of 3D documents. The available constructors of the Scene class helps to do so and they accept a valid file path string. The supported readable file formats are as follows:

  1. FBX 7.5 (ascii, ikili)
  2. FBX 7.4 (ascii, ikili)
  3. FBX 7.3 (ascii, İkili)
  4. FBX 7.2 (ascii, ikili)
  5. STL (ascii, ikili)
  6. WavefrontOBJ
  7. Discreet3DS
  8. Universal3D
  9. Collada
  10. glTF
  11. DXF
  12. PLY (ascii, ikili)
  13. X (ASCI I, Binary)
  14. Draco
  15. 3MF
  16. RVM (metin, ikili)
  17. ASE

The constructors of Scene class detect 3D document format internally.

İthalat 3D belge

Aspose.3D for Java API değişiklik, ekleme ve işleme amaçları için 3D belgesinin çeşitli türlerini ithal etme desteğine sahiptir.

3D sahne okuma: programlama örnekleri

Working with 3D Properties

Aspose.3D API, sahnenin çocuk düğümlerini kullanarak 3D sahne özelliklerini okumanızı sağlar. Aşağıdaki kod örneği bu özelliğin kullanımını gösterir.