setVertexOffset

This call is deprecated, please use call SetVertexBufferOffset().

Syntax

//
//   Strong typing definition
//
void            setVertexOffset(
                        SdaiModel               model,
                        double                  x,
                        double                  y,
                        double                  z
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   setVertexOffset(
                                                                        int_t                   model,
                                                                        double                  x,
                                                                        double                  y,
                                                                        double                  z
                                                                    );
    

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 x

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

Property y

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

Property z

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