Class ActMcXyzabcStep
Action of Machine coordinate XYCABC Step.
public class ActMcXyzabcStep : IActDuration, IActMachineStep, IAct
- Inheritance
-
ActMcXyzabcStep
- Implements
- Inherited Members
- Extension Methods
Constructors
ActMcXyzabcStep()
Ctor.
public ActMcXyzabcStep()
ActMcXyzabcStep(DVec3d, TimeSpan)
Ctor.
public ActMcXyzabcStep(DVec3d mcXyzabc, TimeSpan actDuration)
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
McXyzabc
Normal is abc in radian.
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.