Table of Contents

Class RadialRadiusOffsetClaim

Namespace
Hi.Numerical.SoftParsers.ClaimBased.Classics
Assembly
HiMech.dll

Buffer for radius compensation operations in numerical control

public class RadialRadiusOffsetClaim : IClaim
Inheritance
RadialRadiusOffsetClaim
Implements
Inherited Members
Extension Methods

Properties

CenterProgramPos

For arc command only.

public Vec3d CenterProgramPos { get; set; }

Property Value

Vec3d

CompensatedPosOnProgramCoordinate

Program Pos at certain NcLine. Program Pos can be Cartesian XYZ or Polar Coordinate Interpolation Mode (G12.1) XCZ.

public Vec3d CompensatedPosOnProgramCoordinate { get; set; }

Property Value

Vec3d

TransientBeginMc

For arc command only.

public DVec3d TransientBeginMc { get; set; }

Property Value

DVec3d

TransientBeginProgramPos

For arc command only.

public Vec3d TransientBeginProgramPos { get; set; }

Property Value

Vec3d

TransientEndMc

For arc command only.

public DVec3d TransientEndMc { get; set; }

Property Value

DVec3d

TransientEndProgramPos

For arc command only.

public Vec3d TransientEndProgramPos { get; set; }

Property Value

Vec3d

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.