- dtcc.Scene.add_volume_mesh(name: str, volume_mesh: VolumeMesh)[source]
Add a volume mesh to the scene.
- Parameters:¶
- name : str¶
Name of the volume mesh.
- volume_mesh : VolumeMesh¶
VolumeMesh object to be added.
Add a volume mesh to the scene.
Name of the volume mesh.
VolumeMesh object to be added.