API Reference

This is the reference documentation of Tekla PowerFab Open API. The API contains request and response namespaces.

fsreqNestResult Class

A single nest to be saved by SaveNest command.
Inheritance Hierarchy
SystemObject
  FabSuiteRequestApifsreqNestResult

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
  NameDescription
Public methodfsreqNestResult
fsreqNestResult class constructor
Top
Properties
  NameDescription
Public propertyMaterialUsed
Material Used Object
Public propertyNestedParts
Nested Parts object
Public propertyNestExtra1
Extra field 1 for external extra data
Public propertyNestExtra2
Extra field 2 for external extra data
Public propertyNestID
Unique Identifer of this Nest. If nest generates an error, it will be returned as NestGUID
Public propertyNestImageBase64
Base64 text of nest image.
Public propertyNestImageFilename
Filename to store nest images as
Public propertyQuantity
Number of times this nest is to be cut.
Public propertyRemnant
List of remnant objects
Top
See Also