Create a 3D object.
| Parameters: | 
 | 
|---|---|
| Returns: | int – the ID of the constructed object. | 
Delete a 2D object.
| Parameters: | ids (int or list) – ID or list of ID’s to delete. | 
|---|
Get dimensions of a 3D object.
| Parameters: | i (int) – ID of object. | 
|---|---|
| Returns: | tuple – dimensions of object with ID i. | 
Get a 3D object.
| Parameters: | i (int) – ID of object to get. | 
|---|---|
| Returns: | numpy.ndarray – The object data. | 
Get a 3D object with memory shared between the ASTRA toolbox and numpy array.
| Parameters: | i (int) – ID of object to get. | 
|---|---|
| Returns: | numpy.ndarray – The object data. | 
Get a 3D object in single precision.
| Parameters: | i (int) – ID of object to get. | 
|---|---|
| Returns: | numpy.ndarray – The object data. | 
Fill existing 3D object with data.
| Parameters: | 
 | 
|---|