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.
Inheritance diagram for linearNormal:
Collaboration diagram for linearNormal: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.