Class ActMcXyzabcTeleport
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
mcXyzabcDVec3d
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
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.