Class ActClTeleport
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
DVec3dThe cutter location vector.
Properties
Cl
Gets or sets the cutter location vector.
public DVec3d Cl { get; set; }