Geometry definition. More...
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< shmSTLDefinition > | stlPatchDefs |
Vector for STL patches, if _withMultiPatches . More... | |
std::vector< std::shared_ptr< shmSearchableShape > > | srchShape |
Vector for searchable shapes. More... | |
std::string shmGeo::singleSolidPatch |
Definition at line 140 of file snappymeshParams.H.
Referenced by snappymeshGen::createSnappyDict().
std::vector<std::shared_ptr<shmSearchableShape> > shmGeo::srchShape |
Definition at line 148 of file snappymeshParams.H.
Referenced by snappymeshGen::createSnappyDict().
std::vector<shmSTLDefinition> shmGeo::stlPatchDefs |
Definition at line 144 of file snappymeshParams.H.
Referenced by snappymeshGen::createSnappyDict().
bool shmGeo::withMultiPatches |
Definition at line 136 of file snappymeshParams.H.
Referenced by snappymeshGen::createSnappyDict().