load_attributes method
Contents
[
Hide
]load_attributes
Load the attributes from specified file name
def load_attributes(self, scene, file_name, prefix):
...
Parameter | Type | Description |
---|---|---|
scene | Scene | The scene where the attributes will be applied to |
file_name | str | The file’s name that contains the attributes |
prefix | str | The prefix of the attributes that used to avoid conflict of names, default value is “rvm:” |
load_attributes
Load the attributes from specified stream
def load_attributes(self, scene, stream, prefix):
...
Parameter | Type | Description |
---|---|---|
scene | Scene | The scene where the attributes will be applied to |
stream | io.RawIOBase | The stream that contains the attributes |
prefix | str | The prefix of the attributes that used to avoid conflict of names, default value is “rvm:” |
See Also
- module
aspose.threed.formats
- class
RvmFormat