Table of Contents

Class SampleFlagUtil

Namespace
Hi.MillingForces.Fittings
Assembly
HiMech.dll

Utility methods for working with sample flags.

public static class SampleFlagUtil
Inheritance
SampleFlagUtil
Inherited Members

Methods

IsForce(SampleFlag)

Determines if the sample flag represents a force component (Fx, Fy, or Fz).

public static bool IsForce(this SampleFlag src)

Parameters

src SampleFlag

The sample flag to check.

Returns

bool

True if the flag represents a force component; otherwise, false.