Package com.aspose.threed
Class RvmFormat
- java.lang.Object
-
- com.aspose.threed.FileFormat
-
- com.aspose.threed.RvmFormat
-
public class RvmFormat extends FileFormat
The RVM Format
-
-
Field Summary
-
Fields inherited from class com.aspose.threed.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, PCD, PCD_BINARY, PDF, PLY, RVM_BINARY, RVM_TEXT, SIEMENSJT8, SIEMENSJT9, STL_BINARY, STLASCII, UNIVERSAL3D, USD, USDZ, VRML, WAVEFRONTOBJ, X_BINARY, X_TEXT, XYZ, ZIP
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadAttributes(Scene scene, com.aspose.threed.Stream stream)
Load the attributes from specified streamvoid
loadAttributes(Scene scene, com.aspose.threed.Stream stream, java.lang.String prefix)
Load the attributes from specified streamvoid
loadAttributes(Scene scene, java.lang.String fileName)
Load the attributes from specified file namevoid
loadAttributes(Scene scene, java.lang.String fileName, java.lang.String prefix)
Load the attributes from specified file name-
Methods inherited from class com.aspose.threed.FileFormat
createLoadOptions, createSaveOptions, detect, detect, getCanExport, getCanImport, getContentType, getExtension, getExtensions, getFileFormatType, getFormatByExtension, getVersion, toString
-
-
-
-
Method Detail
-
loadAttributes
public void loadAttributes(Scene scene, java.lang.String fileName, java.lang.String prefix) throws java.io.IOException
Load the attributes from specified file name- Parameters:
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:"- Throws:
java.io.IOException
-
loadAttributes
public void loadAttributes(Scene scene, java.lang.String fileName) throws java.io.IOException
Load the attributes from specified file name- Parameters:
scene
- The scene where the attributes will be applied tofileName
- The file's name that contains the attributes- Throws:
java.io.IOException
-
loadAttributes
public void loadAttributes(Scene scene, com.aspose.threed.Stream stream, java.lang.String prefix) throws java.io.IOException
Load the attributes from specified stream- Parameters:
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:"- Throws:
java.io.IOException
-
loadAttributes
public void loadAttributes(Scene scene, com.aspose.threed.Stream stream) throws java.io.IOException
Load the attributes from specified stream- Parameters:
scene
- The scene where the attributes will be applied tostream
- The stream that contains the attributes- Throws:
java.io.IOException
-
-