APIopen |
public bool openModelFromBytes( byte[] bytes, string modelFileName = "model.nxf" )
Public Function openModelFromBytes ( bytes As Byte(), Optional modelFileName As String = "model.nxf" ) As Boolean Dim instance As API Dim bytes As Byte() Dim modelFileName As String Dim returnValue As Boolean returnValue = instance.openModelFromBytes(bytes, modelFileName)
public: bool openModelFromBytes( array<unsigned char>^ bytes, String^ modelFileName = L"model.nxf" )
member openModelFromBytes : bytes : byte[] * ?modelFileName : string (* Defaults: let _modelFileName = defaultArg modelFileName "model.nxf" *) -> bool
function openModelFromBytes(bytes, modelFileName);
(c) NextFEM 2015-2026