getInstanceInModelling

This call is deprecated, there is no direct / easy replacement although the functionality is present. If you still use this call please contact RDF to find a solution together.

Syntax

//
//   Strong typing definition
//
int_t           getInstanceInModelling(
                        SdaiModel               model,
                        SdaiInstance            instance,
                        int_t                   mode,
                        int_t                   * startVertex,
                        int_t                   * startIndex,
                        int_t                   * primitiveCount
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   getInstanceInModelling(
                                                                        int_t                   model,
                                                                        int_t                   instance,
                                                                        int_t                   mode,
                                                                        int_t                   * startVertex,
                                                                        int_t                   * startIndex,
                                                                        int_t                   * primitiveCount
                                                                    );
    

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 instance

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

Property mode

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

Property startVertex

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

Property startIndex

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

Property primitiveCount

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