NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
shmGeo Struct Reference

Geometry definition. More...

Detailed Description

Definition at line 132 of file snappymeshParams.H.

Public Attributes

bool withMultiPatches
 Boolean for if user wants whole STL as one solid of has different patches under STL. More...
 
std::string singleSolidPatch
 patch name for input surface file for when not _withMultiPatches More...
 
std::vector< shmSTLDefinitionstlPatchDefs
 Vector for STL patches, if _withMultiPatches. More...
 
std::vector< std::shared_ptr< shmSearchableShape > > srchShape
 Vector for searchable shapes. More...
 

Member Data Documentation

◆ singleSolidPatch

std::string shmGeo::singleSolidPatch

Definition at line 140 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ srchShape

std::vector<std::shared_ptr<shmSearchableShape> > shmGeo::srchShape

Definition at line 148 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ stlPatchDefs

std::vector<shmSTLDefinition> shmGeo::stlPatchDefs

Definition at line 144 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ withMultiPatches

bool shmGeo::withMultiPatches

Definition at line 136 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().


The documentation for this struct was generated from the following file: