85. gui.menus.Surface
— Surface Menu¶
Surface operations menu for pyFormex. This menu contains specific options for TriSurface objects. The options from the Geometry and Mesh menus are also applicable to these objects.
85.1. Functions defined in module gui.menus.Surface¶
- gui.menus.Surface.createPointsOnSurface()[source]¶
Interactively create points on the selected TriSurface.
- gui.menus.Surface.showStatistics(key=None, domain=True, dist=False, cumdist=False, clip=None, vmin=None, vmax=None, percentile=False)[source]¶
Show the values corresponding with key in the specified mode.
key is one of the keys of SelectableStatsValues mode is one of [‘On Domain’,’Histogram’,’Cumulative Histogram’]
- gui.menus.Surface.showSurfaceValue(S, txt, val, onEdges, legend=True)[source]¶
Display a scalar value on the surface or its edges
- gui.menus.Surface.cutSelectionByPlanes()[source]¶
Cut the selection with one or more planes, which are already created.
- gui.menus.Surface.boolean()[source]¶
Boolean operation on two surfaces.
op is one of ‘+’ : union, ‘-’ : difference, ‘*’ : interesection