Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 18,946 for

obj

(0.07 sec)
  1. Aspose.CAD JavaScript API | Process and Convert...

    CAD and BIM drawings processing library to open and convert DXF, DWG, DWT, DGN, IFC, DWF, DWFX, STL, IGES, CF2, Collada(DAE), PLT, Obj, SVG, DXB, FBX, U3D, 3DS, STP files to Gif, Tiff, Jpeg, Png, Psd, Bmp, Jpeg2000, Dicom, Webp, Emf, Wmf, Svg, Pdf image formats within JavaScript applications...IGES(IGS), CF2, Collada(DAE), PLT, OBJ, SVG, DXB, FBX, U3D, 3DS, STP...2015 Wavefront Object File (OBJ) Filmbox Interchange File (FBX)...

    products.aspose.com/cad/javascript-net/
  2. Converting a 3ds file to STL format results in ...

    Hi, I’m upgrading Aspose 3D to lastest version and meet an issue when converting a 3DS file to STL file format. Background: With version Aspose.3D 19.10, my 3DS file can convert to STL format with a 1.63MB file output…..., OBJ) with a third‑party tool, then load that OBJ with Aspose...

    forum.aspose.com/t/converting-a-3ds-file-to-stl...
  3. Python 3D Formats Point Cloud | products.aspose...

    Generate point cloud to 3D format 3ds 3mf amf ase att dae drc dxf fbx gltf jt Obj ply rvm stl u3d usdz usd vrml x via Python library using a few lines of Python code....GLTF Point cloud JT Point cloud OBJ Point cloud PDF Point cloud PLY...

    products.aspose.com/3d/python-net/point-cloud/
  4. How to Add Data Bars Conditional Formatting|Doc...

    How to use the Aspose.Cells for Python via .NET library to apply Data Bars conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....current_dir , "data" ) obj = ConditionalFormattin () obj . do_test ( data_dir...

    docs.aspose.com/cells/python-net/how-to-add-dat...
  5. How to use Aspose.CAD in JavaScript|CAD Documen...

    use Aspose.CAD in JavaScript....IFC, STL, DWT, IGES, PLT, CF2, OBJ, HPGL, IGS, PCL, FBX, PDF, SVG...

    docs.aspose.com/cad/javascript-net/how-to-run-a...
  6. Convert AMF to DRC via Python | products.aspose...

    Sample code for AMF to DRC Python conversion. Use API example code for batch AMF files to DRC conversion within VB.NET, Asp.NET or any .NET based application....and can output these as PLY or OBJ files. The compressed output...Text Markup Language) AMF TO OBJ (3D File Format) AMF TO PDF (Portable...

    products.aspose.com/3d/python-net/conversion/am...
  7. Convert DAE to DRC via Python | products.aspose...

    Sample code for DAE to DRC Python conversion. Use API example code for batch DAE files to DRC conversion within VB.NET, Asp.NET or any .NET based application....and can output these as PLY or OBJ files. The compressed output...Text Markup Language) DAE TO OBJ (3D File Format) DAE TO PDF (Portable...

    products.aspose.com/3d/python-net/conversion/da...
  8. Compress USD File Formats via JAVA | products.a...

    Sample Java compression code for USD file. Use this example code to compress USD file within any Web or Desktop Java based application....Format) JT (JT File Format) OBJ (OBJ File Format) PLY (Polygon...

    products.aspose.com/3d/java/compression/usd/
  9. Compress ASE File Formats via JAVA | products.a...

    Sample Java compression code for ASE file. Use this example code to compress ASE file within any Web or Desktop Java based application....Format) JT (JT File Format) OBJ (OBJ File Format) PLY (Polygon...

    products.aspose.com/3d/java/compression/ase/
  10. 新建一个DwgImage对象,插入线段、图形以及图片,保存为PDF时都可以显示,保存成dwg时...

    public static void main(String[] args) { // 创建一个新的CadImage实例,指定DWG版本 DwgImage dwgImage = new DwgImage(); // 创建一条直线 CadLine line = new CadLine(); line.setFirstPoint(new Cad3DPoint(0, 0, 0)); line.setSec…...addEntity(cadRasterImage); CadBaseObject[] objs = dwgImage.getObjects(); CadBaseObject[]...CadBaseObject[objs.length + 1]; int ind = 0; for (CadBaseObject obj : objs)...

    forum.aspose.com/t/dwgimage-pdf-dwg/320179