Click or drag to resize

APIopenModelFromBytes Method

Open a model from bytes. The model can be in NXF or NXS format.

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.1 (2.8.1.1)
Syntax
public bool openModelFromBytes(
	byte[] bytes,
	string modelFileName = "model.nxf"
)

Parameters

bytes  Byte
Byte array containing the model data
modelFileName  String  (Optional)
Optional name of the model file

Return Value

Boolean
True if the model has been loaded correctly, False otherwise
See Also