Table of Contents

Class ActMcXyzabcTeleport

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

Instant machine-coordinate reposition — the MC counterpart of ActClTeleport: the chain pose is set without a machining step, so no time accumulates and no material-removal step is recorded. Emitted for CLSF FROM / first-motion blocks when the runner drives an MC machine.

public class ActMcXyzabcTeleport : IAct
Inheritance
ActMcXyzabcTeleport
Implements
Inherited Members
Extension Methods

Constructors

ActMcXyzabcTeleport()

Ctor.

public ActMcXyzabcTeleport()

ActMcXyzabcTeleport(DVec3d)

Ctor.

public ActMcXyzabcTeleport(DVec3d mcXyzabc)

Parameters

mcXyzabc DVec3d

Properties

McXyzabc

Target machine coordinate; Normal is ABC in radians (NaN for axes the chain does not have).

public DVec3d McXyzabc { get; set; }

Property Value

DVec3d

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.