ObjSaveOptions
Overview
ObjSaveOptions 是Python的Aspose.3D FOSS中的一个类. 继承人: SaveOptions.
ObjSaveOptions.apply_unit_scale applies the scene’s unit scaling when saving to OBJ.
这个类提供了一个方法,用于在Python程序中使用ObjSaveOptions 对象. 有的方法包括: __init__. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: apply_unit_scale, axis_system, enable_materials, encoding, export_textures, file_format,另外7个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
apply_unit_scale | bool | 阅读/写作 | 得到或设置应用单位尺度. |
point_cloud | bool | 阅读/写作 | 获得或设置点云. |
verbose | bool | 阅读/写作 | 得到或设置了词汇. |
serialize_w | bool | 阅读/写作 | 得到或设置序列化w. |
enable_materials | bool | 阅读/写作 | 获取或设置启动材料. |
flip_coordinate_system | bool | 阅读/写作 | 得到或设置转向坐标系统. |
axis_system | 'AxisSystem' | 阅读/写作 | 得到或设置轴系统. |
export_textures | bool | 阅读/写作 | 获取或设置出口质地. |
file_format | 'FileFormat' | Read | 获取文件格式. |
encoding | str | 阅读/写作 | 获取或设置编码. |
file_system | 'FileSystem' | 阅读/写作 | 获取或设置文件系统. |
lookup_paths | List[str] | 阅读/写作 | 获取或设置搜索路径. |
file_name | str | 阅读/写作 | 获取或设置文件名. |
Methods
| Signature | Description |
|---|---|
__init__() |