Table of Contents

Class ActClLinear

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

Represents a linear cutter location movement action.

public class ActClLinear : IActClMove, IAct
Inheritance
ActClLinear
Implements
Inherited Members
Extension Methods

Constructors

ActClLinear(ClLinear)

Initializes a new instance of the ActClLinear class with the specified path.

public ActClLinear(ClLinear path)

Parameters

path ClLinear

The linear cutter location path.

Properties

ClLinear

Gets or sets the linear cutter location path.

public ClLinear ClLinear { get; set; }

Property Value

ClLinear

Methods

GetClPath()

Retrieves the cutter location path.

public IClPath GetClPath()

Returns

IClPath

The cutter location path.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.