This call is deprecated, please use call UpdateInstanceVertexBuffer() and UpdateInstanceIndexBuffer().
Syntax
public const string ifcenginedll = @"ifcengine.dll";
[DllImport(IFCEngineDLL, EntryPoint = "finalizeModelling")]
public static extern Int64 finalizeModelling(int_t model, out float vertices, out int_t indices, int_t FVF);
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 vertices
Size: 64 bit / 8 byte (reference)
...
Property indices
Size: 64 bit / 8 byte (reference)
...
Property FVF
Size: 64 bit / 8 byte (value)
...