chrono::ChPointPointSpring Class Reference
Description
Class to visualize a coil spring between two moving points related to the parent ChPhysicsItem.
(at this point, only ChLink and its derivatives are supported.) NOTE: An instance of this class should not be shared among multiple ChPhysicsItem instances. Otherwise drawing may broken since each physics item will try to update geometry of the line and causes race conditions.
#include <ChPointPointDrawing.h>
Inheritance diagram for chrono::ChPointPointSpring:

Collaboration diagram for chrono::ChPointPointSpring:

Public Member Functions | |
ChPointPointSpring (double mradius=0.05, int mresolution=65, double mturns=5.) | |
![]() | |
virtual void | Update (ChPhysicsItem *updater, const ChCoordsys<> &coords) override |
This is called by the owner, i.e. More... | |
![]() | |
ChLineShape (std::shared_ptr< geometry::ChLine > &mline) | |
std::shared_ptr< geometry::ChLine > | GetLineGeometry () |
Access the line geometry. | |
void | SetLineGeometry (std::shared_ptr< geometry::ChLine > mline) |
Set the line geometry. | |
const std::string & | GetName () const |
void | SetName (const std::string &mname) |
unsigned int | GetNumRenderPoints () const |
void | SetNumRenderPoints (unsigned int n) |
virtual void | ArchiveOUT (ChArchiveOut &marchive) override |
Method to allow serialization of transient data to archives. | |
virtual void | ArchiveIN (ChArchiveIn &marchive) override |
Method to allow de-serialization of transient data from archives. | |
![]() | |
void | SetVisible (bool mv) |
Set this visualization asset as visible. | |
bool | IsVisible () const |
Return true if the asset is set as visible. | |
void | SetColor (const ChColor &mc) |
Set the color of the surface (default: white). More... | |
const ChColor & | GetColor () const |
Return the color assigned to this asset. | |
void | SetFading (const float mc) |
Set the fading level, a value in [0,1] (default: 0). More... | |
float | GetFading () const |
Get the fading level. | |
void | SetStatic (bool val) |
Set this visualization asset as static (default: false). More... | |
bool | IsStatic () const |
Return true if the visualization asset is marked as static. | |
Additional Inherited Members | |
![]() | |
ChVector | Pos |
Position of Asset. | |
ChMatrix33 | Rot |
Rotation of Asset. | |
![]() | |
std::shared_ptr< geometry::ChLine > | gline |
underlying line geometry | |
std::string | name |
asset name | |
unsigned int | npoints |
number of points evaluated when rendering | |
![]() | |
bool | visible |
bool | is_static |
ChColor | color |
float | fading |
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono/assets/ChPointPointDrawing.h
- /builds/uwsbel/chrono/src/chrono/assets/ChPointPointDrawing.cpp