Click or drag to resize

APIgetDrawing Method

Get the drawing as bytes to be saved in a DXF file
REST path: /model/drawing/[name]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.0.0 (2.8.0.0)
Syntax
public byte[] getDrawing(
	string name
)

Parameters

name  String
Name of the construction drawing

Return Value

Byte
Array of bytes representing the DXF file
See Also