Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 7,559 for

geometries

(0.04 sec)
  1. Convert OBJ to 3DS via Java | products.aspose.com

    Sample Java conversion code for OBJ format to 3DS file. Use this example code to convert OBJ to 3DS within any Web or Desktop Java based application.... Both polygonal geometry like points, lines, texture...vertices, faces and free-form geometry (curves and surfaces) are...

    products.aspose.com/3d/java/conversion/obj-to-3ds/
  2. Convert OBJ to DAE via Java | products.aspose.com

    Sample Java conversion code for OBJ format to DAE file. Use this example code to convert OBJ to DAE within any Web or Desktop Java based application.... Both polygonal geometry like points, lines, texture...vertices, faces and free-form geometry (curves and surfaces) are...

    products.aspose.com/3d/java/conversion/obj-to-dae/
  3. Lägga till omvandling i noden|Documentation

    TSR (översättning/skalning/rotation) används oftast i 3D scenario, vi tillhandahöll en klass Transform för att komma åt dessa i Aspose. 3D....// Point node to the Mesh geometry cubeNode . Entity = mesh ;...// Point node to the Mesh geometry cubeNode . Entity = mesh ;...

    docs.aspose.com/3d/sv/net/adding-transformation...
  4. NNNransformation to the Node|Documentation

    TSR (Translation/Scaling/Rotation) are most commonly used in 3D scenario, we provided a class Transform to access these in Aspose.3D....() # Point node to the Mesh geometry cubeNode . entity = mesh #...() # Point node to the Mesh geometry cubeNode . entity = mesh #...

    docs.aspose.com/3d/tr/python-net/adding-transfo...
  5. Aدينغ رانسفورميشن إلى oode|Documentation

    Aspose.3D for Java API لديه دعم لتدوير الكائنات في مساحة 3D. هناك ثلاث طرق لتعريف دوران الكائن بمساحة 3D وزوايا Euler و Quaternion والمصفوفة المخصصة ، وكلها مدعومة بفئة التحويل....// Point node to the Mesh geometry cubeNode . setEntity ( mesh...// Point node to the Mesh geometry cubeNode . setEntity ( mesh...

    docs.aspose.com/3d/ar/java/adding-transformatio...
  6. Convert OBJ to GLTF via C# | products.aspose.com

    Sample code for OBJ to GLTF C# conversion. Use API example code for batch OBJ files to GLTF conversion within VB.NET, Asp.NET or any .NET based application.... Both polygonal geometry like points, lines, texture...vertices, faces and free-form geometry (curves and surfaces) are...

    products.aspose.com/3d/net/conversion/obj-to-gltf/
  7. Как да начертаем геометрия върху карта|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....точка и линия: var point = Geometry.FromText("POINT (23.5, 25...25.3)"); var line = Geometry.FromText("LINESTRING Z (0.1 0.2 0...

    docs.aspose.com/gis/bg/net/how-to-draw-geometry/
  8. Generate Point Cloud to USDZ File Formats via J...

    Sample Java generate point cloud code for USDZ file. Use this example code to generate point cloud to USDZ file within any Web or Desktop Java based application....(entity instanceof Geometry){ Geometry g= (Geometry) entity; Merge(pc...void Merge(PointCloud pc, Geometry g, Matrix4 transform) { PointCloud...

    products.aspose.com/3d/java/point-cloud/usdz/
  9. Generate Point Cloud to GLTF File Formats via J...

    Sample Java generate point cloud code for GLTF file. Use this example code to generate point cloud to GLTF file within any Web or Desktop Java based application....(entity instanceof Geometry){ Geometry g= (Geometry) entity; Merge(pc...void Merge(PointCloud pc, Geometry g, Matrix4 transform) { PointCloud...

    products.aspose.com/3d/java/point-cloud/gltf/
  10. Generate Point Cloud to USD File Formats via Ja...

    Sample Java generate point cloud code for USD file. Use this example code to generate point cloud to USD file within any Web or Desktop Java based application....(entity instanceof Geometry){ Geometry g= (Geometry) entity; Merge(pc...void Merge(PointCloud pc, Geometry g, Matrix4 transform) { PointCloud...

    products.aspose.com/3d/java/point-cloud/usd/