Interface ICamApiPaths
Paths, used in CAM application
Assembly: CAMAPI.Singletons.dll
Syntax
[Guid("89101F8A-17DD-418A-BAF9-EFBD77982A92")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiPaths
Properties
ExamplesFolder
Folder, where example projects are stored
Declaration
string ExamplesFolder { get; }
Property Value
InterpretersFolder
Folder, where interpreters are stored
Declaration
string InterpretersFolder { get; }
Property Value
MainProgramFolder
Folder, where application was installed (without specified platform)
Declaration
string MainProgramFolder { get; }
Property Value
ModelsFolder
Folder, where models are stored
Declaration
string ModelsFolder { get; }
Property Value
NCProgramsFolder
Folder, where NC programs are stored
Declaration
string NCProgramsFolder { get; }
Property Value
PostprocessorsFolder
Folder, where postprocessors are stored
Declaration
string PostprocessorsFolder { get; }
Property Value
Methods
TryReducePath(string)
Replace path with CAM application variables
Declaration
string TryReducePath(string FullPath)
Parameters
Type |
Name |
Description |
string |
FullPath |
|
Returns
TryUnfoldPath(string)
Replace CAM application variables with real variables
Declaration
string TryUnfoldPath(string ReducedPath)
Parameters
Type |
Name |
Description |
string |
ReducedPath |
|
Returns