NaviNIBS.Navigator.GUI.ViewPanels.NavigatePanel.ViewLayers.MeshSurfaceLayer module¶
- class NaviNIBS.Navigator.GUI.ViewPanels.NavigatePanel.ViewLayers.MeshSurfaceLayer.ToolMeshSurfaceLayer(*, key, coordinator, plotter, plotInSpace='MRI', color=None, toolKey, doShowToolMesh=True, doShowTrackerMesh=False, opacity=None)[source]¶
Bases:
PlotViewLayer
- Parameters:
_key
_coordinator
_plotter
_plotInSpace
_color – If None, will use tool’s defined color
_toolKey
_doShowToolMesh
_doShowTrackerMesh
_opacity – If None, will use tool’s defined opacity
- _color: str | None¶
If None, will use tool’s defined color
- _toolKey: str¶
- _doShowToolMesh: bool¶
- _doShowTrackerMesh: bool¶
- _opacity: float | None¶
If None, will use tool’s defined opacity
- class NaviNIBS.Navigator.GUI.ViewPanels.NavigatePanel.ViewLayers.MeshSurfaceLayer.HeadMeshSurfaceLayer(key, coordinator, plotter, plotInSpace='MRI', color='#d9a5b2', surfKey='gmSimpleSurf', opacity=1.0)[source]¶
Bases:
PlotViewLayer
- Parameters:
_key
_coordinator
_plotter
_plotInSpace
_color – If None, will use tool’s defined color
_surfKey
_opacity – If None, will use tool’s defined opacity
- _color: str¶
If None, will use tool’s defined color
- _surfKey: str¶
- _opacity: float¶
If None, will use tool’s defined opacity