API Reference

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

fsreqNestSolutionTFSResult Class

Inheritance Hierarchy
SystemObject
  FabSuiteRequestApifsreqNestSolutionTFSResult

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 fsreqNestSolutionTFSResult

The fsreqNestSolutionTFSResult type exposes the following members.

Constructors
  NameDescription
Public methodfsreqNestSolutionTFSResult
fsreqNestSolutionTFSResult class constructor
Top
Properties
  NameDescription
Public propertyDrop
The drop that is remaining after the cuts are complete.
Public propertyIncludeAllResultParts
If true, then all of the result parts are to be cut. If false, then NestSolutionResultPartID and NestSolutionResultPartQuantity must be populated with the specific result parts and quantities to cut.
Public propertyNestSolutionResultID
If true, then all of the result parts are to be cut. If false, then NestSolutionResultPartID and NestSolutionResultPartQuantity must be populated with the specific result parts and quantities to cut.
Public propertyNestSolutionResultPartID
If IncludeAllResultParts is false, the result part records that are to be cut.
Public propertyNestSolutionResultPartQuantity
If IncludeAllResultParts is false, the quantities of the result part records that are to be cut. Must have the same number of elements as NestSolutionResultPartID.
Public propertyResultLocation
The location for the nest solution result.
Public propertyResultSecondaryLocation
The secondary location for the nest solution result.
Top
See Also