Table of Contents

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

time_sec double

Time in seconds.

force_N Vec3d

Force in Newtons.

Properties

Force_N

Gets or sets the force vector in Newtons.

public Vec3d Force_N { get; set; }

Property Value

Vec3d

Time_s

Gets or sets the time in seconds.

public double Time_s { get; set; }

Property Value

double