U3dSaveOptions
Overview
U3dSaveOptions is a class in Aspose.3D FOSS for Java.
Inherits from: SaveOptions.
Save options for universal 3d.
This class provides 25 methods for working with U3dSaveOptions objects in Java programs.
Available methods include: A3DObject, SaveOptions, U3dSaveOptions, findProperty, getEmbedTextures, getExportNormals, getExportTextureCoordinates, getExportVertexDiffuse, getExportVertexSpecular, getFileFormat, getFlipCoordinateSystem, getMeshCompression, and 13 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: embedTextures, exportNormals, exportTextureCoordinates, exportVertexDiffuse, exportVertexSpecular, fileFormat, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | Gets whether flip coordinate system of control points/normal during importing/exporting. |
meshCompression | boolean | Read | Gets whether to enable mesh data compression. |
exportNormals | boolean | Read | Gets whether to export normal data. |
exportTextureCoordinates | boolean | Read | Gets whether to export texture coordinates. |
exportVertexDiffuse | boolean | Read | Gets whether to export vertex’s diffuse color. |
exportVertexSpecular | boolean | Read | Gets whether to export vertex’s specular color. |
embedTextures | boolean | Read | Embed the external textures into the U3D file, default value is false. |
fileFormat | FileFormat | Read | Gets the file format. |
name | String | Read | Gets the name. |
properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
U3dSaveOptions() | Constructor of U3dSaveOptions. |
getFlipCoordinateSystem() → boolean | Gets whether flip coordinate system of control points/normal during importing/exporting. |
setFlipCoordinateSystem(value: boolean) | Sets whether flip coordinate system of control points/normal during importing/exporting. |
getMeshCompression() → boolean | Gets whether to enable mesh data compression. |
setMeshCompression(value: boolean) | Sets whether to enable mesh data compression. |
getExportNormals() → boolean | Gets whether to export normal data. |
setExportNormals(value: boolean) | Sets whether to export normal data. |
getExportTextureCoordinates() → boolean | Gets whether to export texture coordinates. |
setExportTextureCoordinates(value: boolean) | Sets whether to export texture coordinates. |
getExportVertexDiffuse() → boolean | Gets whether to export vertex’s diffuse color. |
setExportVertexDiffuse(value: boolean) | Sets whether to export vertex’s diffuse color. |
getExportVertexSpecular() → boolean | Gets whether to export vertex’s specular color. |
setExportVertexSpecular(value: boolean) | Sets whether to export vertex’s specular color. |
getEmbedTextures() → boolean | Embed the external textures into the U3D file, default value is false. |
setEmbedTextures(value: boolean) | Embed the external textures into the U3D file, default value is false. |
SaveOptions() | Options for A3DW saving. |
getFileFormat() → FileFormat | Returns the file format. |
A3DObject() | Parameterized Cylinder. It can also be used to represent a cone when one of radiusTop/radiusBottom is zero. |
getName() → String | The segments of the curve. |
setName(name: String) | Constructs a CircleShape profile with specified radius. |
getProperties() → PropertyCollection | Initializes a new instance of Cylinder class. |
findProperty(name: String) → Property | Initializes a new instance of the Bone class. |
getProperty(name: String) → Object | Gets the transform matrix of the node in current pose. |
setProperty(name: String, value: Object) | Gets the width segments. |
removeProperty(name: String) → boolean | Gets flip coordinate system of control points/normal during importing/exporting. |