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