Table of Contents

Class ActToolingTeleport

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

Action of Equiping the tool without machining step operation such as collision detection and volume removal.

public class ActToolingTeleport : IActTooling, IAct
Inheritance
ActToolingTeleport
Implements
Inherited Members
Extension Methods

Constructors

ActToolingTeleport(int)

Initializes a new instance of the ActToolingTeleport class with the specified tool ID and duration.

public ActToolingTeleport(int toolId)

Parameters

toolId int

The identifier of the tool to use. This value:

  • Must be a valid tool magazine position
  • Should correspond to an existing tool
  • Is used for tool selection and validation

Properties

ToolId

Gets or sets the tool identifier.

public int ToolId { get; set; }

Property Value

int

Remarks

The tool ID:

  • Uniquely identifies a specific tool
  • Used for tool selection and validation
  • Corresponds to the machine's tool magazine positions
  • Should be positive and valid for the machine configuration

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.