Click or drag to resize

APIexportElevationGroupToDXF Method

Export the elevation view of selected group of elements to DXF or DWG format. Top rebars will be shown in plan, if present
REST path: /model/group/exportelevdxf/[groupName]/[YZplane]
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 exportElevationGroupToDXF(
	string path,
	string groupName,
	bool YZplane = false
)

Parameters

path  String
Path of the resulting DXF or DWG file
groupName  String
Name of the group containing the elments to include in the elevation view
YZplane  Boolean  (Optional)
Optional parameter to specify if the elevation view should be in the YZ plane

Return Value

Boolean
True if successful
See Also