Click or drag to resize

APIexportRCbeamsDXF Method

Export the selected RC beam to DXF or DWG format. Rebars and hoops will be inserted in the drawing, if present
REST path: /element/exportdxf
REST verb: GET
REST header: {"path", path}, {"elements", elements}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.0.0 (2.8.0.0)
Syntax
public bool exportRCbeamsDXF(
	string path,
	string[] elements
)

Parameters

path  String
Path of the resulting DXF or DWG file
elements  String
Array of elements to include in DXF

Return Value

Boolean
Boolean
See Also