--- orphan: true --- # {py:mod}`simvx.editor.panels.inspector_sections._mesh_section` ```{py:module} simvx.editor.panels.inspector_sections._mesh_section ``` ```{autodoc2-docstring} simvx.editor.panels.inspector_sections._mesh_section :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`MeshSection ` - ```` ### API `````{py:class} MeshSection :canonical: simvx.editor.panels.inspector_sections._mesh_section.MeshSection Bases: {py:obj}`simvx.editor.panels.inspector_sections._base.InspectorSection` ````{py:attribute} section_title :canonical: simvx.editor.panels.inspector_sections._mesh_section.MeshSection.section_title :value: > 'Mesh' ```{autodoc2-docstring} simvx.editor.panels.inspector_sections._mesh_section.MeshSection.section_title ``` ```` ````{py:attribute} priority :canonical: simvx.editor.panels.inspector_sections._mesh_section.MeshSection.priority :value: > 10 ```{autodoc2-docstring} simvx.editor.panels.inspector_sections._mesh_section.MeshSection.priority ``` ```` ````{py:method} can_handle(node) :canonical: simvx.editor.panels.inspector_sections._mesh_section.MeshSection.can_handle ```{autodoc2-docstring} simvx.editor.panels.inspector_sections._mesh_section.MeshSection.can_handle ``` ```` ````{py:method} build_rows(node, ctx) :canonical: simvx.editor.panels.inspector_sections._mesh_section.MeshSection.build_rows ```{autodoc2-docstring} simvx.editor.panels.inspector_sections._mesh_section.MeshSection.build_rows ``` ```` ````{py:method} handled_properties(node: simvx.core.Node) -> set[str] :canonical: simvx.editor.panels.inspector_sections._mesh_section.MeshSection.handled_properties ```` ````{py:attribute} __slots__ :canonical: simvx.editor.panels.inspector_sections._mesh_section.MeshSection.__slots__ :value: > () ```` `````