- dtcc.Scene.add_volume_grid(name: str, grid: VolumeGrid)[source]
Add a volume grid to the scene.
- Parameters:¶
- name : str¶
Name of the volume grid.
- grid : VolumeGrid¶
VolumeGrid object to be added.
Add a volume grid to the scene.
Name of the volume grid.
VolumeGrid object to be added.