FileFormatType

FileFormatType

Overview

FileFormatType is a class in Aspose.3D FOSS for Java.

FileFormatType.getExtension() returns the associated file extension string.

This class provides 2 methods for working with FileFormatType objects in Java programs. Available methods include: getExtension, toString. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: AMF, ASE, ASPOSE3D_WEB, BLENDER, COLLADA, DISCREET3DS, and 22 more.

Description

FileFormatType is a class in the Aspose.3D FOSS library for Java that exposes 2 methods and 28 properties for programmatic use.

Core capabilities include: string. These operations enable developers to integrate fileformattype functionality directly into Java applications.

The class also provides the extension property (gets the extension), the MAYA property (gets the maya), the BLENDER property (gets the blender).

Properties

NameTypeAccessDescription
extensionStringReadGets the extension.
MAYAFileFormatTypeReadGets the maya.
BLENDERFileFormatTypeReadGets the blender.
FBXFileFormatTypeReadGets the fbx.
STLFileFormatTypeReadGets the stl.
WAVEFRONTOBJFileFormatTypeReadGets the wavefrontobj.
DISCREET3DSFileFormatTypeReadGets the discreet3 ds.
COLLADAFileFormatTypeReadGets the collada.
UNIVERSAL3DFileFormatTypeReadGets the universal3 d.
PDFFileFormatTypeReadGets the pdf.
GLTFFileFormatTypeReadGets the gltf.
DXFFileFormatTypeReadGets the dxf.
PLYFileFormatTypeReadGets the ply.
XFileFormatTypeReadGets the x.
DRACOFileFormatTypeReadGets the draco.
MICROSOFT3MFFileFormatTypeReadGets the microsoft3 mf.
RVMFileFormatTypeReadGets the rvm.
ASEFileFormatTypeReadGets the ase.
ZIPFileFormatTypeReadGets the zip.
USDFileFormatTypeReadGets the usd.
PCDFileFormatTypeReadGets the pcd.
XYZFileFormatTypeReadGets the xyz.
IFCFileFormatTypeReadGets the ifc.
SIEMENSJTFileFormatTypeReadGets the siemensjt.
AMFFileFormatTypeReadGets the amf.
VRMLFileFormatTypeReadGets the vrml.
HTML5FileFormatTypeReadGets the html5.
ASPOSE3D_WEBFileFormatTypeReadGets the aspose3d web.

Methods

SignatureDescription
getExtension()StringReturns the extension.
toString()StringReturns the format name as a string

See Also