Click or drag to resize

APIexportSectionDXF Method

Export the selected section to DXF format. Rebars and hoops are included, if present
REST path: /section/exportdxf/[sID]
REST verb: GET
REST header: {"path", path}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool exportSectionDXF(
	string path,
	int sID
)

Parameters

path  String
Path of the resulting DXF file
sID  Int32
ID of the section

Return Value

Boolean
Boolean
See Also