Click or drag to resize

APIexportDXF Method

Export DXF or DWG of the model
REST path: /op/export/dxf/[extruded]
REST verb: POST
REST header: {"path", path}
REST body: selectedElems

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.0.0 (2.8.0.0)
Syntax
public bool exportDXF(
	string path,
	bool extruded,
	List<string> selectedElems = null
)

Parameters

path  String
Path of the DXF or DWG file to be saved
extruded  Boolean
True if extruded model, false for wireframe
selectedElems  ListString  (Optional)
List of string with selected elements ID. If null (default), entire model is drawed.

Return Value

Boolean
See Also