This function saves the model as an array.
Syntax
public const string ifcenginedll = @"ifcengine.dll";
[DllImport(IFCEngineDLL, EntryPoint = "engiSaveModelByArray")]
public static extern void engiSaveModelByArray(int_t model, byte[] content, out int_t size);
Property model
Size: 64 bit / 8 byte (value)
The handle to the model. The model handle is static during its existance. Several models can be opened simultaniously within one session. Different models are always independent, threads are allowed to be running on different models simultaniously.
Property content
Size: 64 bit / 8 byte (reference)
The content of this IO call, the size of the content is defined by attribute size.
Property size
Size: 64 bit / 8 byte (reference)
The size of the content as defined in number of bytes (size referenced, i.e. IN/OUT value).