Go to the source code of this file.
Namespaces | |
| namespace | CSGUtils |
Functions | |
| CSG::CSGRegion | CSGUtils::getInnerRegion (const std::vector< std::reference_wrapper< const CSG::CSGSurface > > &surfaces, const libMesh::Point &origin) |
| Get inner region of given surfaces, defined as the intersection of halfspaces of each surface. | |
| void | CSGUtils::checkValidCSGName (const std::string &name) |
| Check name of CSG component for disallowed characters and symbols. | |