differt_core.geometry.TriangleScene

differt_core.geometry.TriangleScene#

class TriangleScene(*args: Any, **kwargs: Any)[source]#

Bases: Scene

Deprecated alias for Scene.

Deprecated since version 0.10: Use Scene instead.

Attributes

mesh

The scene mesh.

Methods

load_xml(file)

Load a scene from a Sionna-compatible XML file.

Detailed documentation

classmethod load_xml(file)#

Load a scene from a Sionna-compatible XML file.

Parameters:

file (str) – The path to the XML file.

Returns:

The corresponding scene.

Return type:

Scene

mesh#

The scene mesh.

Type:

differt_core.geometry.Mesh