Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 6,477 for

geometry

(0.07 sec)
  1. Aspose.3D Features Tutorial | products.aspose.com

    Learn how to edit and export 3D file by code....how to transform scene’s geometries Learn how to perform linear...cylinder Learn how to rotate geometry in a scene Learn how to set...

    products.aspose.com/3d/tutorial/
  2. Convert OBJ to STL via Python | products.aspose...

    Sample code for OBJ to STL Python 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/python-net/conversion/ob...
  3. Convert OBJ to ASE via Java | products.aspose.com

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

    Sample code for PDF to OBJ Python conversion. Use API example code for batch PDF 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/pd...
  5. Convert OBJ to FBX via C# | products.aspose.com

    Sample code for OBJ to FBX C# conversion. Use API example code for batch OBJ files to FBX 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-fbx/
  6. Convert USD to OBJ via Python | products.aspose...

    Convert USD & other 3D files using .NET API... Both polygonal geometry like points, lines, texture...vertices, faces and free-form geometry (curves and surfaces) are...

    products.aspose.com/3d/python-net/conversion/us...
  7. The way to retrieve slope property of block - F...

    Hi There is a requirement which needs to retrieve the slope property of block. I can see any direct api in Aspose cad to get it. Is there any other way to retrieve it? Thanks...derive it from the block’s geometry or from the transformation...value against the expected geometry in your drawing. When this...

    forum.aspose.com/t/the-way-to-retrieve-slope-pr...
  8. 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/
  9. Generate Point Cloud to 3DS File Formats via Ja...

    Sample Java generate point cloud code for 3DS file. Use this example code to generate point cloud to 3DS 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/3ds/
  10. Generate Point Cloud to GLB File Formats via Ja...

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