Click or drag to resize

APIexportRCfloorDXF Method

Export the plan view of selected group of elements to DXF format. Top rebars will be shown in DXF 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.6.2.4 (2.6.2.4)
Syntax
public bool exportRCfloorDXF(
	string path,
	string groupName
)

Parameters

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

Return Value

Boolean
True if successful
See Also