Class PathsHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class PathsHelper
Methods
ExamplesFolder(ComWrapper<ICamApiPaths>)
Folder, where example projects are stored
Declaration
public static string ExamplesFolder(this ComWrapper<ICamApiPaths> pathsCom)
Parameters
Returns
InterpretersFolder(ComWrapper<ICamApiPaths>)
Folder, where interpreters are stored
Declaration
public static string InterpretersFolder(this ComWrapper<ICamApiPaths> pathsCom)
Parameters
Returns
LibrariesFolder(ComWrapper<ICamApiPaths>)
Folder, where help libraries are stored
Declaration
public static string LibrariesFolder(this ComWrapper<ICamApiPaths> pathsCom)
Parameters
Returns
MachinesFolder(ComWrapper<ICamApiPaths>)
Folder, where machines are stored
Declaration
public static string MachinesFolder(this ComWrapper<ICamApiPaths> pathsCom)
Parameters
Returns
MainProgramFolder(ComWrapper<ICamApiPaths>)
Folder, where application was installed (without specified platform)
Declaration
public static string MainProgramFolder(this ComWrapper<ICamApiPaths> pathsCom)
Parameters
Returns
ModelsFolder(ComWrapper<ICamApiPaths>)
Folder, where models are stored
Declaration
public static string ModelsFolder(this ComWrapper<ICamApiPaths> pathsCom)
Parameters
Returns
NCProgramsFolder(ComWrapper<ICamApiPaths>)
Folder, where NC programs are stored
Declaration
public static string NCProgramsFolder(this ComWrapper<ICamApiPaths> pathsCom)
Parameters
Returns
OperationsFolder(ComWrapper<ICamApiPaths>)
Folder, where XML with additional operations information are stored
Declaration
public static string OperationsFolder(this ComWrapper<ICamApiPaths> pathsCom)
Parameters
Returns
PostprocessorsFolder(ComWrapper<ICamApiPaths>)
Folder, where postprocessors are stored
Declaration
public static string PostprocessorsFolder(this ComWrapper<ICamApiPaths> pathsCom)
Parameters
Returns
TryReducePath(ComWrapper<ICamApiPaths>, string)
Replace path with CAM application variables
Declaration
public static string TryReducePath(this ComWrapper<ICamApiPaths> pathsCom, string fullPath)
Parameters
Returns
TryUnfoldPath(ComWrapper<ICamApiPaths>, string)
Replace CAM application variables with real variables
Declaration
public static string TryUnfoldPath(this ComWrapper<ICamApiPaths> pathsCom, string reducedPath)
Parameters
Returns