Html5SaveOptions class
Html5SaveOptions class
Save options for HTML5
Inheritance: Html5SaveOptions →
SaveOptions →
IOConfig
The Html5SaveOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self) | Constructor of Html5SaveOptions with all default settings. |
Properties
| Property | Description |
|---|---|
| file_format | Gets the file format that specified in current Save/Load option. |
| encoding | Gets or sets the default encoding for text-based files. Default value is null which means the importer/exporter will decide which encoding to use. |
| file_system | Allow user to handle how to manage the external dependencies during load/save. |
| lookup_paths | Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load. |
| file_name | The file name of the exporting/importing scene. This is optional, but useful when serialize external assets like OBJ’s material. |
| export_textures | Try to copy textures used in scene to output directory. |
| show_grid | Display a grid in the scene. Default value is true. |
| show_rulers | Display rulers of x/y/z axes in the scene to measure the model. Default value is false. |
| show_ui | Display a simple UI in the scene. Default value is true. |
| orientation_box | Display a orientation box. Default value is true. |
| up_vector | Gets or sets the up vector, value can be “x”/“y”/“z”, default value is “y” |
| far_plane | Gets or sets the far plane of the camera, default value is 1000. |
| near_plane | Gets or sets the near plane of the camera, default value is 1 |
| look_at | Gets or sets the default look at position, default value is (0, 0, 0) |
| camera_position | Gets or sets the initial position of the camera, default value is (10, 10, 10) |
| field_of_view | Gets or sets the field of the view, default value is 45, measured in degree. |
See Also
- module
aspose.threed.formats - class
Html5SaveOptions - class
IOConfig - class
SaveOptions