Syntax
//
// Strong typing definition
//
int_t getInstanceDerivedBoundingBox(
SdaiModel model,
SdaiInstance instance,
double * Ox,
double * Oy,
double * Oz,
double * Vx,
double * Vy,
double * Vz
);
//
// Weak typing definition
//
int_t __declspec(dllexport) __stdcall getInstanceDerivedBoundingBox(
int_t model,
int_t instance,
double * Ox,
double * Oy,
double * Oz,
double * Vx,
double * Vy,
double * Vz
);
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 Ox
Size: 64 bit / 8 byte (reference)
...
Property Oy
Size: 64 bit / 8 byte (reference)
...
Property Oz
Size: 64 bit / 8 byte (reference)
...
Property Vx
Size: 64 bit / 8 byte (reference)
...
Property Vy
Size: 64 bit / 8 byte (reference)
...
Property Vz
Size: 64 bit / 8 byte (reference)
...