RvmFormat.LoadAttributes
Contents
[
Hide
]LoadAttributes(Scene, string, string)
Load the attributes from specified file name
public void LoadAttributes(Scene scene, string fileName, string prefix = "rvm:")
Parameter | Type | Description |
---|---|---|
scene | Scene | The scene where the attributes will be applied to |
fileName | String | The file’s name that contains the attributes |
prefix | String | The prefix of the attributes that used to avoid conflict of names, default value is “rvm:” |
See Also
- class Scene
- class RvmFormat
- namespace Aspose.ThreeD.Formats
- assembly Aspose.3D
LoadAttributes(Scene, Stream, string)
Load the attributes from specified stream
public void LoadAttributes(Scene scene, Stream stream, string prefix = "rvm:")
Parameter | Type | Description |
---|---|---|
scene | Scene | The scene where the attributes will be applied to |
stream | Stream | The stream that contains the attributes |
prefix | String | The prefix of the attributes that used to avoid conflict of names, default value is “rvm:” |
See Also
- class Scene
- class RvmFormat
- namespace Aspose.ThreeD.Formats
- assembly Aspose.3D