Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 6,895 for

mesh model

(0.08 sec)
  1. Dodaj ślepy znak wodny do JT formatów plików za...

    C# kod źródłowy do ładowania, renderowania i dodawania ślepego znaku wodnego do JT dokumentów w .NET Framework, .NET Core, Mono....node) => { var mesh = node.GetEntity<Mesh>(); if (mesh != null ) {...numMeshes++; mesh = Watermark.EncodeWatermark(mesh, "HelloWorld"...

    products.aspose.com/3d/pl/net/watermark/jt/
  2. Dodaj ślepy znak wodny do STL formatów plików z...

    C# kod źródłowy do ładowania, renderowania i dodawania ślepego znaku wodnego do STL dokumentów w .NET Framework, .NET Core, Mono....node) => { var mesh = node.GetEntity<Mesh>(); if (mesh != null ) {...numMeshes++; mesh = Watermark.EncodeWatermark(mesh, "HelloWorld"...

    products.aspose.com/3d/pl/net/watermark/stl/
  3. إنشاء مشهد بأشكال بدائية 3D|Documentation

    Using Aspose.3D for Python via .NET, developers can define a scene with primitive 3D shapes. All parameterized primitives will be converted to Mesh automatically while saving in any supported output file format....primitives will be converted to mesh automatically while saving in...بناء مشهد من أشكال بدائية 3D Modeling is the process of pure creation...

    docs.aspose.com/3d/ar/python-net/create-scene-w...
  4. Skapa scen med primitiv 3D Formar|Documentation

    Aspose.3D for Java API har stöd för primitiva 3D former. Alla parameteriserade primitive kommer att konverteras till Mesh automatiskt medan spara i någon utdatafilformat som stöds....kommer att konverteras till mesh automatiskt medan spara i någon...från primitiv 3D Formar Modellering är processen för ren skapande...

    docs.aspose.com/3d/sv/java/create-scene-with-pr...
  5. Eszközök kibontása AMF fájlformátumokból a köve...

    C# forráskód a .NET Framework, .NET Core, Mono AMF dokumentumból való betöltéséhez, megjelenítéséhez és kivonatelemek hozzáadásához....Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...Save((Texture)obj); } else if (obj is Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/hu/net/extractor/amf/
  6. Eszközök kibontása PLY fájlformátumokból a köve...

    C# forráskód a .NET Framework, .NET Core, Mono PLY dokumentumból való betöltéséhez, megjelenítéséhez és kivonatelemek hozzáadásához....Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...Save((Texture)obj); } else if (obj is Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/hu/net/extractor/ply/
  7. Eszközök kibontása USD fájlformátumokból a köve...

    C# forráskód a .NET Framework, .NET Core, Mono USD dokumentumból való betöltéséhez, megjelenítéséhez és kivonatelemek hozzáadásához....Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...Save((Texture)obj); } else if (obj is Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/hu/net/extractor/usd/
  8. Konvertera VRML till 3DS via C# | products.aspo...

    Exempelkod för konvertering från VRML till 3DS C#. Använd API exempelkod för batch-VRML-filer till 3DSkonvertering inom VB.NET, Asp.NET eller någon .NET-baserad applikation....VRML som 3DS utan någon 3D-modellerings- och renderingsprogramvar...manipulera 3D filer utan några modellerings- och renderingsprogram....

    products.aspose.com/3d/sv/net/conversion/vrml-t...
  9. Manipulate custom properties of a 3D Scene|Docu...

    Developers can Add, retrieve, and remove custom properties of 3D objects. RemoveProperty, GetProperty, SetProperty members of 3D objects are a set of short-handed methods to manipulate customized properties of the object....custom properties into the GLTF models, you need to set save_extras...Normal Data for All Meshes in a 3D File Merge Meshes in 3D file...

    docs.aspose.com/3d/python-net/manipulate-custom...
  10. Pontfelhő generálása VRML fájlformátumhoz a köv...

    C# forráskód a .NET Framework, .NET Core, Mono VRML dokumentumok betöltéséhez, megjelenítéséhez és generálási pontfelhő hozzáadásához....IMeshConvertible mc) { var mesh = mc.ToMesh(); Merge(pc, mesh, transform);...fájlformátum Virtual Reality Modeling Language (VRML) egy fájlformátum...

    products.aspose.com/3d/hu/net/point-cloud/vrml/