Class CLDFileType
Describes the type of a CLData file (TechOperation, NCSub or CAMProject).
Inheritance
object
CLDFileType
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public sealed class CLDFileType : Enum
Fields
CAMProject
CAM project's (root) level CLData file.
Declaration
public const CLDFileType CAMProject = 3
Field Value
Type | Description |
---|---|
CLDFileType |
NCSub
Special CLD-subroutine file to make subroutines in an output files.
Declaration
public const CLDFileType NCSub = 2
Field Value
Type | Description |
---|---|
CLDFileType |
TechOperation
Regular CAM technological operation's file.
Declaration
public const CLDFileType TechOperation = 1
Field Value
Type | Description |
---|---|
CLDFileType |
Unknown
Reserved value for an undefined file type.
Declaration
public const CLDFileType Unknown = 0
Field Value
Type | Description |
---|---|
CLDFileType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |