API Reference

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

fsresFabSuiteXMLResponseCNCData Property

Retrieves the CNC data for the specified parts. An XMLWarning element will be included in the response if no CNC file has been loaded for a requested piece mark.

Namespace:  FabSuiteResponseApi
Assembly:  FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[XmlElementAttribute("CNCData")]
public List<fsresCNCData> CNCData { get; set; }

Property Value

Type: ListfsresCNCData
See Also