FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing the glider curve in point-to-path joints. More...
Public Attributes | |
type(idtype) | id |
General identification data. More... | |
type(curvepointtype), dimension(:), pointer | cpoints |
Glider curve definition. More... | |
logical | isextended |
Extended beyond the start and stop triads? More... | |
logical | islooping |
Closed glider curve? More... | |
real(dp) | looplength |
Total curve length in case of closed curve. More... | |
Data type representing the glider curve in point-to-path joints.
type(curvepointtype), dimension(:), pointer contactsurfacemodule::glidercurvetype::cpoints |
Glider curve definition.
type(idtype) contactsurfacemodule::glidercurvetype::id |
General identification data.
logical contactsurfacemodule::glidercurvetype::isextended |
Extended beyond the start and stop triads?
logical contactsurfacemodule::glidercurvetype::islooping |
Closed glider curve?
real(dp) contactsurfacemodule::glidercurvetype::looplength |
Total curve length in case of closed curve.