Package com.aspose.threed
Interface IMeshConvertible
-
- All Known Implementing Classes:
Box
,Cylinder
,Dish
,LinearExtrusion
,Mesh
,NurbsSurface
,Plane
,Primitive
,Pyramid
,RectangularTorus
,RevolvedAreaSolid
,Sphere
,SweptAreaSolid
,Torus
public interface IMeshConvertible
Entities that implemented this interface can be converted toMesh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mesh
toMesh()
Convert current object to mesh
-
-
-
Method Detail
-
toMesh
Mesh toMesh()
Convert current object to mesh- Returns:
- The mesh.
-
-