Table of Contents

Class ActClStep

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll
public class ActClStep : IActMachineStep, IActDuration, IAct
Inheritance
ActClStep
Implements
Inherited Members
Extension Methods

Constructors

ActClStep(DVec3d, TimeSpan?)

Initializes a new instance with the specified cutter location.

public ActClStep(DVec3d cl, TimeSpan? timeSpan = null)

Parameters

cl DVec3d

The cutter location vector.

timeSpan 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

Cl

Gets or sets the cutter location vector.

public DVec3d Cl { 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.