createGeometryConversion

This call is deprecated, please use call owlBuildInstance.

Syntax

//
//   Strong typing definition
//
void                        createGeometryConversion(
                                    SdaiInstance            instance,
                                    int64_t                 * owlInstance
                                );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   createGeometryConversion(
                                                                                    int_t                   instance,
                                                                                    int64_t                 * owlInstance
                                                                                );
    

Property instance

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

Property owlInstance

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