AsposeThreeDCloud-ThreeDCloudApi

 view release on metacpan or  search on metacpan

docs/AMFSaveOption.md  view on Meta::CPAN


## 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] 
**enable_compression** | **boolean** | Whether to use compression to reduce the final file size, default value is true. | [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)


docs/AccessTokenResponse.md  view on Meta::CPAN

------------ | ------------- | ------------- | -------------
**/expires** | **string** |  | [optional] 
**access_token** | **string** |  | [optional] 
**/issued** | **string** |  | [optional] 
**client_refresh_token_life_time_in_minutes** | **string** |  | [optional] 
**expires_in** | **int** |  | [optional] 
**token_type** | **string** |  | [optional] 
**client_id** | **string** |  | [optional] 
**refresh_token** | **string** |  | [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)


docs/Box.md  view on Meta::CPAN

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**length** | **double** | Gets or sets the length of the box              | 
**width** | **double** | Gets or sets the width of the box | 
**height** | **double** | Gets or sets the height of the box | 
**name** | **string** | Gets or sets the name of the box              | [optional] 
**length_segments** | **int** | Gets or sets the lengthSegments of the box | 
**width_segments** | **int** | Gets or sets the widthSegments of the box | 
**height_segments** | **int** | Gets or sets the heightSegments of the box | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


docs/ColladaSaveOption.md  view on Meta::CPAN

## 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] 
**indented** | **boolean** | Gets or sets whether the exported XML document is indented. | [optional] 
**transform_style** | [**ColladaTransformStyle**](ColladaTransformStyle.md) | Gets or sets  of the Transform 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)


docs/ColladaTransformStyle.md  view on Meta::CPAN


## Load the model package
```perl
use AsposeThreeDCloud::Object::ColladaTransformStyle;
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


docs/Cylinder.md  view on Meta::CPAN

**name** | **string** | Gets or sets the name of the cylinder              | [optional] 
**radius_top** | **double** | Gets or sets the radius of cylinder's top cap. | 
**radius_bottom** | **double** | Gets or sets the radius bottoof cylinder's bottom cap.              | 
**height** | **double** | Gets or sets the height of the cylinder. | 
**radial_segments** | **int** | Gets or sets the radial segments. | 
**height_segments** | **int** | Gets or sets the height segments. | 
**open_ended** | **boolean** | Gets or sets a value indicating whether this Aspose.ThreeD.Entities.Cylinder open ended. The default value is false. | 
**theta_start** | **double** | Gets or sets the theta start. The default value is 0.              | 
**theta_length** | **double** | Gets or sets the length of the theta. The default value is 2p | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


docs/DiscUsage.md  view on Meta::CPAN

```perl
use AsposeThreeDCloud::Object::DiscUsage;
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**used_size** | **int** | Application used disc space. | 
**total_size** | **int** | Total disc space. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


docs/Discreet3DSSaveOption.md  view on Meta::CPAN

**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)


docs/DracoCompressionLevel.md  view on Meta::CPAN


## Load the model package
```perl
use AsposeThreeDCloud::Object::DracoCompressionLevel;
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


docs/DracoSaveOption.md  view on Meta::CPAN

**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] 
**position_bits** | **int** | Quantization bits for position, default value is 14 | [optional] 
**texture_coordinate_bits** | **int** | Quantization bits for texture coordinate, default value is 12 | [optional] 
**color_bits** | **int** | Quantization bits for vertex color, default value is 10 | [optional] 
**normal_bits** | **int** | Quantization bits for normal vectors, default value is 10 | [optional] 
**compression_level** | [**DracoCompressionLevel**](DracoCompressionLevel.md) | Compression level, default value is Aspose.ThreeD.Formats.DracoCompressionLevel.Standard. | [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)


docs/Entity.md  view on Meta::CPAN

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | Box/Cylinder/Sphere/Torus/Plane | [optional] 
**box** | [**Box**](Box.md) | Gets or sets Box entity | [optional] 
**cylinder** | [**Cylinder**](Cylinder.md) | Gets or sets Cylinder entity | [optional] 
**sphere** | [**Sphere**](Sphere.md) | Gets or sets Sphere entity | [optional] 
**torus** | [**Torus**](Torus.md) | Gets or sets Torus entity | [optional] 
**plane** | [**Plane**](Plane.md) | Gets or sets Plane entity | [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)


docs/Error.md  view on Meta::CPAN

```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **string** | Code              | [optional] 
**message** | **string** | Message              | [optional] 
**description** | **string** | Description              | [optional] 
**inner_error** | [**ErrorDetails**](ErrorDetails.md) | Inner Error              | [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)


docs/ErrorDetails.md  view on Meta::CPAN

```perl
use AsposeThreeDCloud::Object::ErrorDetails;
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request_id** | **string** | The request id | [optional] 
**date** | **DateTime** | Date | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


docs/FBXSaveOption.md  view on Meta::CPAN

**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] 
**enable_compression** | **boolean** |  Compression large binary data in the FBX file, default value is true | [optional] 
**fold_repeated_curve_data** | **boolean** | Gets or sets whether reuse repeated curve data by increasing last data's ref count | [optional] 
**export_legacy_material_properties** | **boolean** | Gets or sets whether export legacy material properties, used for back compatibility. This option is turned on by default | [optional] 
**video_for_texture** | **boolean** | Gets or sets whether generate a Video instance for Aspose.ThreeD.Shading.Texture when exporting as FBX. | [optional] 
**generate_vertex_element_material** | **boolean** | Gets or sets whether always generate a Aspose.ThreeD.Entities.VertexElementMaterial for geometries if the attached node contains materials. This is turned off by default. | [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)


docs/FileContentType.md  view on Meta::CPAN


## Load the model package
```perl
use AsposeThreeDCloud::Object::FileContentType;
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


docs/FileVersion.md  view on Meta::CPAN

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | File or folder name. | [optional] 
**is_folder** | **boolean** | True if it is a folder. | 
**modified_date** | **DateTime** | File or folder last modified DateTime. | [optional] 
**size** | **int** | File or folder size. | 
**path** | **string** | File or folder path. | [optional] 
**version_id** | **string** | File Version ID. | [optional] 
**is_latest** | **boolean** | Specifies whether the file is (true) or is not (false) the latest version of an file. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


docs/FileVersions.md  view on Meta::CPAN

## Load the model package
```perl
use AsposeThreeDCloud::Object::FileVersions;
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | [**ARRAY[FileVersion]**](FileVersion.md) | File versions FileVersion. | [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)


docs/FilesList.md  view on Meta::CPAN

## Load the model package
```perl
use AsposeThreeDCloud::Object::FilesList;
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | [**ARRAY[StorageFile]**](StorageFile.md) | Files and folders contained by folder StorageFile. | [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)


docs/FilesUploadResult.md  view on Meta::CPAN

```perl
use AsposeThreeDCloud::Object::FilesUploadResult;
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uploaded** | **ARRAY[string]** | List of uploaded file names | [optional] 
**errors** | [**ARRAY[Error]**](Error.md) | List of errors. | [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)


docs/GLTFSaveOption.md  view on Meta::CPAN

**file_format** | **string** | The file format like FBX,U3D,PDF .... | [optional] 
**pretty_print** | **boolean** | The JSON content of GLTF file is indented for human reading, default value is false. | [optional] 
**embed_assets** | **boolean** | Embed all external assets as base64 into single file in ASCII mode, default value is false. | [optional] 
**use_common_materials** | **boolean** | Serialize materials using KHR common material extensions, default value is false. Set this to false will cause Aspose.3D export a set of vertex/fragment shader if Aspose.ThreeD.Formats.GLTFSaveOptions.ExportSh...
**flip_tex_coord_v** | **boolean** | Flip texture coordinate v(t) component, default value is true. | [optional] 
**buffer_file** | **boolean** | The file name of the external buffer file used to store binary data. If this file is not specified, Aspose.3D will generate a name for you. This is ignored when export glTF in binary mode. | [optional] 
**save_extras** | **boolean** | Save scene object's dynamic properties into 'extra' fields in the generated glTF file. This is useful to provide application-specific data. Default value is false.. | [optional] 
**draco_compression** | **boolean** | Gets or sets whether to enable draco compression. | [optional] 
**file_content_type** | [**FileContentType**](FileContentType.md) | Gets or sets  of the FileContent type. | [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)


docs/HTMLSaveOption.md  view on Meta::CPAN

**show_rulers** | **boolean** |  Display rulers of x/y/z axises in the scene to measure the model. Default value is false | [optional] 
**show_ui** | **boolean** | Display a simple UI in the scene. Default value is true | [optional] 
**orientation_box** | **boolean** | Display a orientation box. Default value is true. | [optional] 
**up_vector** | **string** | Gets or sets the up vector, value can be \"x\"/\"y\"/\"z\", default value is \"y\". | [optional] 
**far_plane** | **double** | Gets or sets the far plane of the camera, default value is 1000 | [optional] 
**near_plane** | **double** | Gets or sets the near plane of the camera, default value is 1 | [optional] 
**look_at** | [**Vector3**](Vector3.md) | Gets or sets the default look at position, default value is (0, 0, 0) | [optional] 
**camera_position** | [**Vector3**](Vector3.md) | Gets or sets the initial position of the camera, default value is (10, 10, 10) | [optional] 
**field_of_view** | **double** |  Gets or sets the field of the view, default value is 45, measured in degree | [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)


docs/ModelData.md  view on Meta::CPAN

use AsposeThreeDCloud::Object::ModelData;
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | e.g Node | [optional] 
**transform** | [**Transform**](Transform.md) |  | [optional] 
**entity** | [**Entity**](Entity.md) |  | [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)


docs/ObjSaveOption.md  view on Meta::CPAN

------------ | ------------- | ------------- | -------------
**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] 
**verbose** | **boolean** | Gets or sets whether generate comments for each section. | [optional] 
**serialize_w** | **boolean** | Gets or sets whether serialize W component in model's vertex position. | [optional] 
**enable_materials** | **boolean** | Gets or sets whether import/export materials for each object. | [optional] 
**flip_coordinate_system** | **boolean** | Gets or sets whether flip coordinate system of control points/normal during importing/exporting. | [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)


docs/ObjectExist.md  view on Meta::CPAN

```perl
use AsposeThreeDCloud::Object::ObjectExist;
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exists** | **boolean** | Indicates that the file or folder exists. | 
**is_folder** | **boolean** | True if it is a folder, false if it is a file. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


docs/PdfLightingScheme.md  view on Meta::CPAN


## Load the model package
```perl
use AsposeThreeDCloud::Object::PdfLightingScheme;
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


docs/PdfRenderMode.md  view on Meta::CPAN


## Load the model package
```perl
use AsposeThreeDCloud::Object::PdfRenderMode;
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


docs/PdfSaveOption.md  view on Meta::CPAN

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_system** | **boolean** | Gets or sets to flip the coordinate system of the scene during exporting. | [optional] 
**render_mode** | [**PdfRenderMode**](PdfRenderMode.md) | Render mode specifies the style in which the 3D artwork is rendered. | [optional] 
**lighting_scheme** | [**PdfLightingScheme**](PdfLightingScheme.md) | LightingScheme specifies the lighting to apply to 3D artwork. | [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)


docs/Plane.md  view on Meta::CPAN


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | The name of Plane | [optional] 
**length** | **double** | Gets or sets the length of the plane.              | 
**width** | **double** | Gets or sets the width of the plane              | 
**length_segments** | **int** | Gets or sets the length segments.              | 
**width_segments** | **int** | Gets or sets the width segments. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


docs/PlySaveOption.md  view on Meta::CPAN

**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)


docs/RvmSaveOption.md  view on Meta::CPAN

------------ | ------------- | ------------- | -------------
**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] 
**file_note** | **string** | File note in the file header. | [optional] 
**author** | **string** | Author information, default value is '3d@aspose'. | [optional] 
**creation_time** | **string** | The timestamp that exported this file, default value is current time. | [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 1.427 second using v1.01-cache-2.11-cpan-49f99fa48dc )