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
SimpleClThe 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
DVec3dThe 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
Methods
GetProgramCl()
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.