Topic: Multiple vectors in an array.
I need to store all the vectors from a 3D Bounding Box.
When I try the code from the irrbmax API, I get the error message "Unable to convert from 'T_irrVector3df Array' to 'T_irrArray_vector3df'".
Local TargetBBox:T_irrArray_vector3df = Target.getBoundingBox().getEdges()What could be wrong?

 im sure the API doc is out of date my apologies on that.  rebuilding the docs is a huge time consumer.  getEdges() and several other methods now return a BMAX array.  in this case, an array of T_irrVector3df so change your code to:
  im sure the API doc is out of date my apologies on that.  rebuilding the docs is a huge time consumer.  getEdges() and several other methods now return a BMAX array.  in this case, an array of T_irrVector3df so change your code to: