Table of Contents

Class ActClTeleport

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

Represents a teleport action for cutter location, allowing instant position change without movement.

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

Constructors

ActClTeleport(DVec3d)

Initializes a new instance of the ActClTeleport class with the specified cutter location.

public ActClTeleport(DVec3d cl)

Parameters

cl DVec3d

The cutter location vector.

Properties

Cl

Gets or sets the cutter location vector.

public DVec3d Cl { get; set; }

Property Value

DVec3d