https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Public Attributes | List of all members
SurfaceGeometry::RayDirectionOptions Struct Reference

Ray-direction intent for AdaptiveRayContainmentCheck: an explicit mode plus the direction to use when mode == USER_SPECIFIED (ignored for AUTO_PCA). More...

#include <RayDirectionOptions.h>

Public Attributes

RayDirectionMode mode = RayDirectionMode::AUTO_PCA
 
libMesh::Point direction = libMesh::Point(0.0, 0.0, 0.0)
 

Detailed Description

Ray-direction intent for AdaptiveRayContainmentCheck: an explicit mode plus the direction to use when mode == USER_SPECIFIED (ignored for AUTO_PCA).

Definition at line 28 of file RayDirectionOptions.h.

Member Data Documentation

◆ direction

libMesh::Point SurfaceGeometry::RayDirectionOptions::direction = libMesh::Point(0.0, 0.0, 0.0)

Definition at line 31 of file RayDirectionOptions.h.

◆ mode

RayDirectionMode SurfaceGeometry::RayDirectionOptions::mode = RayDirectionMode::AUTO_PCA

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