 | 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: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.2.4 (2.6.2.4)
Syntaxpublic bool exportRCfloorDXF(
string path,
string groupName
)
Public Function exportRCfloorDXF (
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.exportRCfloorDXF(path,
groupName)
public:
bool exportRCfloorDXF(
String^ path,
String^ groupName
)
member exportRCfloorDXF :
path : string *
groupName : string -> bool 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
BooleanTrue if successful
See Also