Modifier and Type | Class and 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),
A NurbsSurface is defined by two NurbsDirection NurbsSurface.getU() and NurbsSurface.getV() . |
class |
Plane
Parameterized plan.
|
class |
Primitive
Base class for all primitives
|
class |
RectangularTorus
Parameterized rectangular torus.
|
class |
Sphere
Parameterized sphere.
|
class |
Torus
Parameterized torus.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
DracoFormat.encode(IMeshConvertible mesh)
Encode the mesh to Draco mesh raw data
|
byte[] |
DracoFormat.encode(IMeshConvertible mesh,
DracoSaveOptions options)
Encode the mesh to Draco mesh raw data
|
void |
PlyFormat.encodeMesh(IMeshConvertible mesh,
com.aspose.threed.Stream stream)
Encode the mesh and save the result into the stream.
|
void |
PlyFormat.encodeMesh(IMeshConvertible mesh,
com.aspose.threed.Stream stream,
PlySaveOptions opt)
Encode the mesh and save the result into the stream.
|
void |
PlyFormat.encodeMesh(IMeshConvertible mesh,
String fileName)
Encode the mesh and save the result into an external file.
|
void |
PlyFormat.encodeMesh(IMeshConvertible mesh,
String fileName,
PlySaveOptions opt)
Encode the mesh and save the result into an external file.
|
Copyright © 2019. All rights reserved.