AsposeThreeDCloud-ThreeDCloudApi
view release on metacpan or search on metacpan
docs/Discreet3DSSaveOption.md view on Meta::CPAN
# AsposeThreeDCloud::Object::Discreet3DSSaveOption
## Load the model package
```perl
use AsposeThreeDCloud::Object::Discreet3DSSaveOption;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**save_format** | [**SaveFormat**](SaveFormat.md) | Gets or sets of the SaveFormat. | [optional]
**lookup_paths** | **ARRAY[string]** | Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load | [optional]
**file_name** | **string** | The file name of the exporting/importing scene. This is optional, but useful when serialize external assets like OBJ's material. | [optional]
**file_format** | **string** | The file format like FBX,U3D,PDF .... | [optional]
**export_light** | **boolean** | Gets or sets whether export all lights in the scene. | [optional]
**export_camera** | **boolean** | Gets or sets whether export all cameras in the scene | [optional]
**duplicated_name_separator** | **string** | The separator between object's name and the duplicated counter, default value is \"_\". When scene contains objects that use the same name, Aspose.3D 3DS exporter will generate a different na...
**duplicated_name_counter_base** | **int** | The counter used by generating new name for duplicated names | [optional]
**duplicated_name_counter_format** | **string** | The format of the duplicated counter, default value is empty string. | [optional]
**master_scale** | **double** | Gets or sets the master scale used in exporting. | [optional]
**gamma_corrected_color** | **boolean** | Gets or sets the GammaCorrectedColor. | [optional]
**flip_coordinate_system** | **boolean** | Gets or sets flip coordinate system of control points/normal during importing/exporting.. | [optional]
**high_precise_color** | **boolean** | Gets or sets the HighPreciseColor. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
( run in 1.203 second using v1.01-cache-2.11-cpan-483215c6ad5 )