Table of Contents

Class ActMcXyzabcStep

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

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

mcXyzabc DVec3d
actDuration TimeSpan

Properties

ActDuration

Gets or sets the duration of the action.

public TimeSpan ActDuration { get; set; }

Property Value

TimeSpan

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

DVec3d

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.