Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 6,479 for

geometries

(0.94 sec)
  1. Convert ASE to OBJ via Java | products.aspose.com

    Sample Java conversion code for ASE format to OBJ file. Use this example code to convert ASE to OBJ 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/ase-to-obj/
  2. Convert DXF to OBJ via Python | products.aspose...

    Sample code for DXF to OBJ Python conversion. Use API example code for batch DXF files to OBJ 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/python-net/conversion/dx...
  3. Convert 3DS to OBJ via C# | products.aspose.com

    Sample code for 3DS to OBJ C# conversion. Use API example code for batch 3DS files to OBJ 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/3ds-to-obj/
  4. آرشیوها

    آرشیوها...Geometry.GeometryType == GeometryType...Point point = (Point)feature.Geometry; Console.WriteLine(point.AsText()...

    blog.aspose.com/fa/gis/read-gpx-files-using-csh...
  5. Géométries d'échelle d'une scène 3D|Documentation

    Les développeurs ne peuvent mettre à l'échelle que les géométries d'un nœud 3D ou de tous les nœuds de la scène 3D. Pour ce faire, les développeurs peuvent appeler plusieurs membres Scale de l'instance de classe PolygonModifier....( "box" , Box ()) # scale geometries of a single node PolygonModifier...Vector3 ( 0.01 )); # scale geometries of all nodes PolygonModifier...

    docs.aspose.com/3d/fr/python-net/scale-geometri...
  6. Convert JT to AMF via C# | products.aspose.com

    Sample code for JT to AMF C# conversion. Use API example code for batch JT files to AMF conversion within VB.NET, Asp.NET or any .NET based application....software programs to examine the geometry of complicated goods. Read...of the information such as geometry, color and material of the...

    products.aspose.com/3d/net/conversion/jt-to-amf/
  7. Convert 3MF to OBJ via Python | products.aspose...

    Sample code for 3MF to OBJ Python conversion. Use API example code for batch 3MF files to OBJ 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/python-net/conversion/3m...
  8. Convert OBJ to STL via C# | products.aspose.com

    Sample code for OBJ to STL C# conversion. Use API example code for batch OBJ files to STL 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-stl/
  9. Generovat Point Cloud do AMF formátů souborů pr...

    C# zdrojový kód k načtení, vykreslení a přidání generování mračna bodů do AMF dokumentů na .NET Framework, .NET Core, Mono....Entities) { if (entity is Geometry g) { Merge(pc, g, transform);...void Merge(PointCloud pc, Geometry g, Matrix4 transform) { var...

    products.aspose.com/3d/cs/net/point-cloud/amf/
  10. Generate Point Cloud to DAE File Formats via Ja...

    Sample Java generate point cloud code for DAE file. Use this example code to generate point cloud to DAE 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/dae/