owlConnectModel

By default a model for the Geometry Modelling Kernel will be created once required on-the-fly. This call allows a user to use an existing model that will be connected. This connected model will not be destroyed at closing of the STEP model, i.e. within sdaiCloseModel().

Syntax

public const string ifcenginedll = @"ifcengine.dll";

[DllImport(IFCEngineDLL, EntryPoint = "owlConnectModel")]
public static extern byte owlConnectModel(int_t model, Int64 owlModel);    

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 owlModel

Size: 64 bit / 8 byte (value)
...