public class RvmFormat extends FileFormat
AMF, ASE, ASPOSE3D_WEB, COLLADA, DISCREET3DS, DRACO, DXF, FBX6100_BINARY, FBX6100ASCII, FBX7200_BINARY, FBX7200ASCII, FBX7300_BINARY, FBX7300ASCII, FBX7400_BINARY, FBX7400ASCII, FBX7500_BINARY, FBX7500ASCII, FBX7600_BINARY, FBX7600ASCII, FBX7700_BINARY, FBX7700ASCII, GLTF, GLTF__BINARY, GLTF2, GLTF2__BINARY, HTML5, MICROSOFT3MF, PLY, RVM_BINARY, RVM_TEXT, SIEMENSJT8, SIEMENSJT9, STL_BINARY, STLASCII, UNIVERSAL3D, USD, USDZ, VRML, WAVEFRONTOBJ, X_BINARY, X_TEXT, ZIP
Modifier and Type | Method and Description |
---|---|
void |
loadAttributes(Scene scene,
com.aspose.threed.Stream stream)
Load the attributes from specified stream
|
void |
loadAttributes(Scene scene,
com.aspose.threed.Stream stream,
java.lang.String prefix)
Load the attributes from specified stream
|
void |
loadAttributes(Scene scene,
java.lang.String fileName)
Load the attributes from specified file name
|
void |
loadAttributes(Scene scene,
java.lang.String fileName,
java.lang.String prefix)
Load the attributes from specified file name
|
createLoadOptions, createSaveOptions, detect, detect, getContentType, getExtension, getExtensions, getFileFormatType, getVersion, toString
public void loadAttributes(Scene scene, java.lang.String fileName, java.lang.String prefix) throws java.io.IOException
scene
- The scene where the attributes will be applied tofileName
- The file's name that contains the attributesprefix
- The prefix of the attributes that used to avoid conflict of names, default value is "rvm:"java.io.IOException
public void loadAttributes(Scene scene, java.lang.String fileName) throws java.io.IOException
scene
- The scene where the attributes will be applied tofileName
- The file's name that contains the attributesjava.io.IOException
public void loadAttributes(Scene scene, com.aspose.threed.Stream stream, java.lang.String prefix) throws java.io.IOException
scene
- The scene where the attributes will be applied tostream
- The stream that contains the attributesprefix
- The prefix of the attributes that used to avoid conflict of names, default value is "rvm:"java.io.IOException
public void loadAttributes(Scene scene, com.aspose.threed.Stream stream) throws java.io.IOException
scene
- The scene where the attributes will be applied tostream
- The stream that contains the attributesjava.io.IOException