APIexport |
public bool exportDXF( string path, bool extruded, List<string> selectedElems = null )
Public Function exportDXF ( path As String, extruded As Boolean, Optional selectedElems As List(Of String) = Nothing ) As Boolean Dim instance As API Dim path As String Dim extruded As Boolean Dim selectedElems As List(Of String) Dim returnValue As Boolean returnValue = instance.exportDXF(path, extruded, selectedElems)
public: bool exportDXF( String^ path, bool extruded, List<String^>^ selectedElems = nullptr )
member exportDXF : path : string * extruded : bool * ?selectedElems : List<string> (* Defaults: let _selectedElems = defaultArg selectedElems null *) -> bool
(c) NextFEM 2015-2026