Table of Contents

Class SetupController

Namespace
Hi.MachiningProcs
Assembly
HiNc.dll
[ApiController]
[Route("api/[controller]/[action]")]
public class SetupController : ControllerBase
Inheritance
SetupController
Inherited Members
Extension Methods

Constructors

SetupController(IPathedMachiningProjectHost)

public SetupController(IPathedMachiningProjectHost pathedMachiningProjectHost)

Parameters

pathedMachiningProjectHost IPathedMachiningProjectHost

Properties

InitResolution_mm

InitResolution_mm.

public double InitResolution_mm { get; set; }

Property Value

double

Methods

ApplyClMillingDevice()

[HttpPost]
public void ApplyClMillingDevice()

LoadFixture(string)

[HttpPost]
public void LoadFixture(string fixtureXmlFilePath)

Parameters

fixtureXmlFilePath string

LoadProject(string)

[HttpPost]
public void LoadProject(string filePath)

Parameters

filePath string

SaveProject()

[HttpPost]
public void SaveProject()