https://mooseframework.inl.gov
Classes | Namespaces | Enumerations | Variables
CSGTransformationHelper.h File Reference

Go to the source code of this file.

Classes

class  CSG::CSGTransformationHelper
 Class for managing transformations in CSG objects. More...
 

Namespaces

 CSG
 

Enumerations

enum  CSG::TransformationType { CSG::TransformationType::TRANSLATION = 0, CSG::TransformationType::ROTATION = 1, CSG::TransformationType::SCALE = 2 }
 Enumeration of transformation types that can be applied to CSG objects. More...
 

Variables

static const MooseEnum CSG::transformation_type_enum {"TRANSLATION=0 ROTATION=1 SCALE=2"}
 MooseEnum for transformation types, matching the TransformationType enum values. More...