Class ActClTeleport
Represents a teleport action for cutter location, allowing instant position change without movement.
public class ActClTeleport : IActDuration, IAct
- Inheritance
-
ActClTeleport
- Implements
- Inherited Members
- Extension Methods
Constructors
ActClTeleport(DVec3d, TimeSpan?)
Initializes a new instance of the ActClTeleport class with the specified cutter location.
public ActClTeleport(DVec3d cl, TimeSpan? timeSpan = null)
Parameters
Properties
ActDuration
Gets or sets the duration of the action.
public TimeSpan ActDuration { get; set; }
Property Value
Remarks
The duration represents:
- The time required to complete the action
- Should be positive and finite
- Zero duration indicates an instantaneous action
- Used for scheduling and timing calculations
Cl
Gets or sets the cutter location vector.
public DVec3d Cl { 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.