new module:model/JobIgesOutputPayloadAdvanced(theData, obj)
Constructs a new JobIgesOutputPayloadAdvanced.
Advanced options for `iges` type.
Parameters:
| Name | Type | Description |
|---|---|---|
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/JobIgesOutputPayloadAdvanced | Optional instance to populate. |
Members
(static) constructFromObject
Constructs a JobIgesOutputPayloadAdvanced from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
(static, readonly) SheetTypeEnum :String
Allowed values for the sheetType property.
Type:
- String
Properties:
| Name | Type | Description |
|---|---|---|
open |
String | value: "open" |
surface |
String | value: "surface" |
shell |
String | value: "shell" |
wireframe |
String | value: "wireframe" |
(static, readonly) SolidTypeEnum :String
Allowed values for the solidType property.
Type:
- String
Properties:
| Name | Type | Description |
|---|---|---|
solid |
String | value: "solid" |
surface |
String | value: "surface" |
wireframe |
String | value: "wireframe" |
(static, readonly) SurfaceTypeEnum :String
Allowed values for the surfaceType property.
Type:
- String
Properties:
| Name | Type | Description |
|---|---|---|
bounded |
String | value: "bounded" |
trimmed |
String | value: "trimmed" |
wireframe |
String | value: "wireframe" |
(inner) sheetType :module:model/JobIgesOutputPayloadAdvanced.SheetTypeEnum
Export the sheet body to IGES. open, shell, surface or wireframe. By default, it is set to surface.
Type:
- Default Value:
- 'surface'
- Source:
(inner) solidType :module:model/JobIgesOutputPayloadAdvanced.SolidTypeEnum
Export the solid body to IGES solid, surface or wireframe. By default, it is set to solid.
Type:
- Default Value:
- 'solid'
- Source:
(inner) surfaceType :module:model/JobIgesOutputPayloadAdvanced.SurfaceTypeEnum
Possible values are bounded, trimmed and wireframe. By default it is set to bounded surface.
Type:
- Default Value:
- 'bounded'
- Source:
(inner) tolerance :Number
Possible values are between 0 and 1. By default it is set at 0.001.
Type:
- Number
- Default Value:
- 0.001
- Source: