Table of Contents

Class SimpleCl

Namespace
Hi.CutterLocations
Assembly
HiMech.dll

Represents a simple cutter location with position and normal vector.

public class SimpleCl : IGetProgramCl
Inheritance
SimpleCl
Implements
Inherited Members
Extension Methods

Constructors

SimpleCl()

Initializes a new instance of the SimpleCl class.

public SimpleCl()

SimpleCl(SimpleCl)

Initializes a new instance of the SimpleCl class by copying from another instance.

public SimpleCl(SimpleCl src)

Parameters

src SimpleCl

The source SimpleCl instance to copy from.

SimpleCl(DVec3d)

Initializes a new instance of the SimpleCl class with the specified cutter location vector.

public SimpleCl(DVec3d cl)

Parameters

cl DVec3d

The cutter location vector containing position and normal.

Properties

Cl

Gets or sets the cutter location vector containing position and normal.

public DVec3d Cl { get; set; }

Property Value

DVec3d

Methods

GetProgramCl()

Get CL (Cutter Location). Where Point is tool tip position; Normal is tool orientation.

public DVec3d GetProgramCl()

Returns

DVec3d

CL

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.