 | 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: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.0.0 (2.8.0.0)
Syntaxpublic bool exportGroupToDXF(
string path,
string groupName
)
Public Function exportGroupToDXF (
path As String,
groupName As String
) As Boolean
Dim instance As API
Dim path As String
Dim groupName As String
Dim returnValue As Boolean
returnValue = instance.exportGroupToDXF(path,
groupName)
public:
bool exportGroupToDXF(
String^ path,
String^ groupName
)
member exportGroupToDXF :
path : string *
groupName : string -> bool 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
BooleanTrue if successful
See Also