IMeshConvertible
Overview
IMeshConvertible is a interface in Aspose.3D FOSS for Java.
IMeshConvertible.toMesh converts the implementing object to a Mesh instance.
This interface provides 1 method for working with IMeshConvertible objects in Java programs.
Available methods include: toMesh.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Description
IMeshConvertible is an interface in Aspose.3D FOSS for Java that defines a contract with 1 method. Classes that implement this interface must provide concrete implementations for all declared operations.
Methods
| Signature | Description |
|---|---|
toMesh() → Mesh | Converts the implementing object to a Mesh instance |