Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 13,362 for

mesh

(0.04 sec)
  1. HorizontalMeshPointUnit | Aspose.PSD for .NET A...

    HorizontalMeshPointUnit PlacedResource.HorizontalMeshPointUnit property Gets or sets the measure unit of the horizont......measure unit of the horizontal mesh points. public UnitTypes HorizontalMeshPointU...measure unit of the horizontal mesh points. See Also enum UnitTypes...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  2. VerticalMeshPointUnit | Aspose.PSD for .NET API...

    VerticalMeshPointUnit PlacedResource.VerticalMeshPointUnit property Gets or sets the measure unit of the vertical mes......measure unit of the vertical mesh points. public UnitTypes VerticalMeshPointUni...measure unit of the vertical mesh points. See Also enum UnitTypes...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  3. Watermark | Aspose.3D for .NET API 参考

    用于向/从网格编码/解码盲水印的实用程序...DecodeWatermark (Mesh, string) 从网格中解码水印 static EncodeWatermark (Mesh, string...

    reference.aspose.com/3d/zh/net/aspose.threed.ut...
  4. Add Blind Watermark Verification to OBJ File Fo...

    Sample Java blind watermark verification code for OBJ file. Use this example code to add blind watermark verification to OBJ file within any Web or Desktop Java based application....constructor of Scene class Get the mesh class of Aspose.3D Add password...node) -> { Entity mesh = node.getEntity(); if (mesh != null ) { text[...

    products.aspose.com/3d/java/verify-watermark/obj/
  5. Add Blind Watermark Verification to DXF File Fo...

    Sample Java blind watermark verification code for DXF file. Use this example code to add blind watermark verification to DXF file within any Web or Desktop Java based application....constructor of Scene class Get the mesh class of Aspose.3D Add password...node) -> { Entity mesh = node.getEntity(); if (mesh != null ) { text[...

    products.aspose.com/3d/java/verify-watermark/dxf/
  6. Extract Assets from U3D File Formats via Java |...

    Sample Java extract assets code for U3D file. Use this example code to extract assets from U3D file within any Web or Desktop Java based application....if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...else if (obj instanceof Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/java/extractor/u3d/
  7. Extract Assets from GLB File Formats via Java |...

    Sample Java extract assets code for GLB file. Use this example code to extract assets from GLB file within any Web or Desktop Java based application....if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...else if (obj instanceof Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/java/extractor/glb/
  8. HorizontalMeshPoints | Aspose.PSD for .NET API ...

    HorizontalMeshPoints PlacedResource.HorizontalMeshPoints property Gets or sets the horizontal Mesh points of the plac......Gets or sets the horizontal mesh points of the placed layer in...Property Value The horizontal mesh points of the placed layer....

    reference.aspose.com/psd/net/aspose.psd.filefor...
  9. Extract Assets from GLTF File Formats via .NET ...

    C# source code to load, render and add extract assets from GLTF documents on .NET Framework, .NET Core, Mono....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/net/extractor/gltf/
  10. Extract Assets from VRML File Formats via .NET ...

    C# source code to load, render and add extract assets from VRML documents on .NET Framework, .NET Core, Mono....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/net/extractor/vrml/