habitat_sim.scene.SemanticLevel class

Special methods

def __format__(self, format_spec, /)
Default object formatter.

Properties

aabb: magnum.Range3D get
id: str get
objects: list[SemanticObject] get
regions: list[SemanticRegion] get

Method documentation

def habitat_sim.scene.SemanticLevel.__format__(self, format_spec, /)

Default object formatter.

Return str(self) if format_spec is empty. Raise TypeError otherwise.