forge-apis
Version:
⚠️ Deprecated: This package is no longer maintained. Use 'https://github.com/autodesk-platform-services/aps-sdk-node' instead.
53 lines (24 loc) • 1.47 kB
Markdown
# ForgeSdk.JobIgesOutputPayloadAdvanced
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tolerance** | **Number** | Possible values are between `0` and `1`. By default it is set at 0.001. | [optional] [default to 0.001]
**surfaceType** | **String** | Possible values are `bounded`, `trimmed` and `wireframe`. By default it is set to bounded surface. | [optional] [default to 'bounded']
**sheetType** | **String** | Export the sheet body to IGES. `open`, `shell`, `surface` or `wireframe`. By default, it is set to `surface`. | [optional] [default to 'surface']
**solidType** | **String** | Export the solid body to IGES `solid`, `surface` or `wireframe`. By default, it is set to `solid`. | [optional] [default to 'solid']
<a name="SurfaceTypeEnum"></a>
## Enum: SurfaceTypeEnum
* `bounded` (value: `"bounded"`)
* `trimmed` (value: `"trimmed"`)
* `wireframe` (value: `"wireframe"`)
<a name="SheetTypeEnum"></a>
## Enum: SheetTypeEnum
* `open` (value: `"open"`)
* `surface` (value: `"surface"`)
* `shell` (value: `"shell"`)
* `wireframe` (value: `"wireframe"`)
<a name="SolidTypeEnum"></a>
## Enum: SolidTypeEnum
* `solid` (value: `"solid"`)
* `surface` (value: `"surface"`)
* `wireframe` (value: `"wireframe"`)