Provides functionality for exporting the CAD file into G-Code

The following tables list the members exposed by the CADtoGCode type.

Name Description
Public constructor CADtoGCode Initializes a new instance of the CADtoGCode class
Top
Name Description
Public property Code G-Code itself, one has to call CreateCode before it
Public property CommentsTurnOn Turn on/off comments
Public property DecimalSeparator Sets the symbol to separate the integer part from the fractional part of the coordinates
Public property Delay Sets the delay after each entity (0 if not required)
Public property DepartureOnZ Tool lift height during idle run (MillMachine mode only)
Public property DepthOnZ Tool downing depth (MillMachine mode only)
Public property EndCommand Sets the end command
Public property EntityLayerComment Set entities layer comment. First you must set property CommentsTurnOn into true
Public property FeedOnXY Feed rate along X
Public property FeedOnZ Feed rate along Z (MillMachine mode only)
Public property Image Image on the basis of which G-Code is created
Public property LaserPower
Public property MachineType Sets the machine type (Mill by default)
Public property Precision Precision of the coordinates – number of digits after comma (0 to 15)
Public property SpindleSpeed Sets the speed of the spindle rotation (MillMachine mode only)
Public property StartCommand Sets the start command
Public property ToolOffCommand Sets the command to turn the tool off (for CutMachine only)
Public property ToolOnCommand Sets the command to turn the tool on (for CutMachine only)
Public property UseIJNotationForArcs Setting the circular interpolation using IJ or R
Public property UseLaserPower
Public property ZeroPointID
Public property ZeroPointOffset
Top
Name Description
Public method CreateCode Creates G-Code
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top