Class TimeForce
- Namespace
- Hi.MillingForces.Fittings
- Assembly
- HiMech.dll
Represents a force measurement at a specific time point.
public class TimeForce
- Inheritance
-
TimeForce
- Inherited Members
- Extension Methods
Constructors
TimeForce(double, Vec3d)
Initializes a new instance of the TimeForce class.
public TimeForce(double time_sec, Vec3d force_N)
Parameters
Properties
Force_N
Gets or sets the force vector in Newtons.
public Vec3d Force_N { get; set; }
Property Value
Time_s
Gets or sets the time in seconds.
public double Time_s { get; set; }