Extrudes by transforming points normal to the surface by a given distance. More...
Extrudes by transforming points normal to the surface by a given distance.
Definition at line 49 of file linearNormal.H.
Public Member Functions | |
TypeName ("linearNormal") | |
Runtime type information.
| |
linearNormal (const dictionary &dict) | |
Construct from components.
| |
~linearNormal () | |
Destructor.
| |
point | operator() (const point &surfacePoint, const vector &surfaceNormal, const label layer) const |
linearNormal | ( | const dictionary & | dict ) |
Construct from components.
~linearNormal | ( | ) |
Destructor.
TypeName | ( | "linearNormal" | ) |
Runtime type information.
point operator() | ( | const point & | surfacePoint, |
const vector & | surfaceNormal, | ||
const label | layer | ||
) | const [virtual]
|
Implements extrudeModel.