9  Meshing helpers

aka majordome_simulation.meshing

9.1 GmshOCCModel

NoteGmshOCCModel
GmshOCCModel(
    *,
    render : bool = False,
    name : str = 'domain',
    **kws : Any
    ) -> None:

Wrapper to manage OCC models with an OOP approach.


Parameters
render : bool = False
    
Whether to launch the Gmsh GUI after building the model.
name : str = 'domain'
    
Name of the Gmsh model.
ks : dict = None
    
Provide configuration for gmsh internals.