Click or drag to resize

APIexportDXF Method

Export DXF of the model
REST path: /op/export/dxf/[extruded]
REST verb: GET
REST header: {"path", path}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.2.4 (2.6.2.4)
Syntax
public bool exportDXF(
	string path,
	bool extruded
)

Parameters

path  String
Path of the file to be saved
extruded  Boolean
True if extruded model, false for wireframe

Return Value

Boolean
See Also