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

//
//   Strong typing definition
//
bool            owlConnectModel(
                        SdaiModel               model,
                        int64_t                 owlModel
                    );


//
//   Weak typing definition
//
bool    __declspec(dllexport) __stdcall   owlConnectModel(
                                                                        int_t                   model,
                                                                        int64_t                 owlModel
                                                                    );
    

Property model

Size: 32 bit / 4 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)
...