Click or drag to resize

APIexportGroupToDXF Method

Export the plan view of selected group of elements to DXF or DWG format. Top rebars will be shown in plan, if present
REST path: /model/group/exportdxf/[groupName]
REST verb: GET
REST header: {"path", path}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.0.0 (2.8.0.0)
Syntax
public bool exportGroupToDXF(
	string path,
	string groupName
)

Parameters

path  String
Path of the resulting DXF or DWG file
groupName  String
Name of the group containing the elments to include in the plan view

Return Value

Boolean
True if successful
See Also