14#ifndef MOMENTUM_CONVEYOR_BELT_H
15#define MOMENTUM_CONVEYOR_BELT_H
17#include "momentum_namespace.h"
18#include "momentum_export.h"
31 class SurfaceVelocityConveyorBelt;
71#ifndef AGX_MOMENTUM_ANALYSIS_API
91 std::string __str__()
const;
96 agxModel::SurfaceVelocityConveyorBelt* m_conveyor;
A class that encapsulates the Conveyor Belt objects in the simulation.
Definition: ConveyorBelt.h:44
std::string getName() const
Get the name of the ConveyorBelt.
double getSpeed() const
Get the speed of the Conveyor Belt.
void setSpeed(double speed)
Set the speed of the Conveyor Belt.
std::shared_ptr< Geometry > getGeometry() const
Get the Geometry that the Conveyor Belt is based on.
Namespace for Momentum Scripting API.
Definition: AffineMatrix4x4.h:29