fsreqNestResult Class |
A single nest to be saved by SaveNest command.
Inheritance Hierarchy
Namespace: FabSuiteRequestApi
Assembly: FabSuiteRequestApi (in FabSuiteRequestApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-request-v0108.xsd")] public class fsreqNestResult
The fsreqNestResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsreqNestResult |
fsreqNestResult class constructor
|
Properties
Name | Description | |
---|---|---|
MaterialUsed |
Material Used Object
| |
NestedParts |
Nested Parts object
| |
NestExtra1 |
Extra field 1 for external extra data
| |
NestExtra2 |
Extra field 2 for external extra data
| |
NestID |
Unique Identifer of this Nest. If nest generates an error, it will be returned as NestGUID
| |
NestImageBase64 |
Base64 text of nest image.
| |
NestImageFilename |
Filename to store nest images as
| |
OutputFilename |
File path of NC file sent to machine
| |
Quantity |
Number of times this nest is to be cut.
| |
Remnant |
List of remnant objects
|
See Also