Uses of Interface
com.aspose.threed.IMeshConvertible
-
-
Uses of IMeshConvertible in com.aspose.threed
Classes in com.aspose.threed that implement IMeshConvertible Modifier and Type Class Description class
Box
Box.class
Cylinder
Parameterized Cylinder.class
LinearExtrusion
Linear extrusion takes a 2D shape as input and extends the shape in the 3rd dimension.class
Mesh
A mesh is made of many n-sided polygons.class
NurbsSurface
NurbsSurface
is a surface represented by NURBS(Non-uniform rational basis spline), ANurbsSurface
is defined by twoNurbsDirection
NurbsSurface.getU()
andNurbsSurface.getV()
.class
Plane
Parameterized plane.class
Primitive
Base class for all primitivesclass
RectangularTorus
Parameterized rectangular torus.class
Sphere
Parameterized sphere.class
Torus
Parameterized torus.Methods in com.aspose.threed with parameters of type IMeshConvertible Modifier and Type Method Description byte[]
DracoFormat. encode(IMeshConvertible mesh)
Encode the mesh to Draco mesh raw databyte[]
DracoFormat. encode(IMeshConvertible mesh, DracoSaveOptions options)
Encode the mesh to Draco mesh raw datavoid
PlyFormat. encodeMesh(IMeshConvertible mesh, com.aspose.csporter.helpers.Stream stream)
Encode the mesh and save the result into the stream.void
PlyFormat. encodeMesh(IMeshConvertible mesh, com.aspose.csporter.helpers.Stream stream, PlySaveOptions opt)
Encode the mesh and save the result into the stream.void
PlyFormat. encodeMesh(IMeshConvertible mesh, java.lang.String fileName)
Encode the mesh and save the result into an external file.void
PlyFormat. encodeMesh(IMeshConvertible mesh, java.lang.String fileName, PlySaveOptions opt)
Encode the mesh and save the result into an external file.
-