![]() | APIexport |
public bool exportGLTF( string path, bool saveIFC = false )
Public Function exportGLTF ( path As String, Optional saveIFC As Boolean = false ) As Boolean Dim instance As API Dim path As String Dim saveIFC As Boolean Dim returnValue As Boolean returnValue = instance.exportGLTF(path, saveIFC)
public: bool exportGLTF( String^ path, bool saveIFC = false )
member exportGLTF : path : string * ?saveIFC : bool (* Defaults: let _saveIFC = defaultArg saveIFC false *) -> bool
(c) NextFEM 2015-2025