3.1.1.4.1.19. opengate.geometry.helpers_geometry¶
3.1.1.4.1.19.1. Module Contents¶
3.1.1.4.1.19.1.1. Functions¶
|
|
|
|
|
Return the min and max 3D points of the bounding box of the given volume |
|
Return the size of the bounding box of the given volume |
|
Consider the point x in the current volume and return the coordinate of x in the top volume |
|
Print a tree of volume |
|
|
|
|
|
3.1.1.4.1.19.1.2. Attributes¶
- opengate.geometry.helpers_geometry.get_volume_bounding_limits(simulation, volume_name)[source]¶
Return the min and max 3D points of the bounding box of the given volume
- opengate.geometry.helpers_geometry.get_volume_bounding_box_size(simulation, volume_name)[source]¶
Return the size of the bounding box of the given volume
- opengate.geometry.helpers_geometry.translate_point_to_volume(simulation, volume, top, x)[source]¶
Consider the point x in the current volume and return the coordinate of x in the top volume (that must be an ancestor). Translation only, do not consider rotation.