Interface IClPath
- Namespace
- Hi.CutterLocations.ClPath
- Assembly
- HiMech.dll
Cutter location path.
public interface IClPath
- Extension Methods
Methods
At(double)
NP (Normal and Point) at the given ratio (0~1).
DVec3d At(double ratio)
Parameters
ratio
doubleratio of the path (0~1)
Returns
- DVec3d
NP (Normal and Point)
GetBegin()
Path begin.
DVec3d GetBegin()
Returns
- DVec3d
path begin
GetEnd()
Path end.
DVec3d GetEnd()
Returns
- DVec3d
path end