AsposeThreeDCloud-ThreeDCloudApi
view release on metacpan or search on metacpan
docs/PlySaveOption.md view on Meta::CPAN
# AsposeThreeDCloud::Object::PlySaveOption
## Load the model package
```perl
use AsposeThreeDCloud::Object::PlySaveOption;
```
## 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]
**flip_coordinate** | **boolean** | Flip the coordinate while saving the scene, default value is true. | [optional]
**vertex_element** | **string** | The element name for the vertex data, default value is \"vertex\". | [optional]
**position_components** | **ARRAY[string]** | The component names for position data, default value is (\"x\", \"y\", \"z\") | [optional]
**face_element** | **string** | The element name for the face data, default value is face. | [optional]
**face_property** | **string** | The property name for the face data, default value is vertex_index. | [optional]
**file_content_type** | [**FileContentType**](FileContentType.md) | Gets or sets of the FileContent Style. | [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 0.893 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )