UF_DRPOS_feed_unit_e (view source)
 
Defined in: uf_drpos.h
 
Also known as:
 
Overview
UF_DRPOS_feed_unit_t enumerates the available set of units in
which the feed rate may be expressed


Data Members

UF_DRPOS_FEED_UNIT_NONE = 0


UF_DRPOS_FEED_UNIT_PER_MIN = 1
Units per minute

UF_DRPOS_FEED_UNIT_PER_REV = 2
Revolutions per minute

 


 
UF_DRPOS_feed_use_e (view source)
 
Defined in: uf_drpos.h
 
Also known as:
 
Overview
UF_DRPOS_feed_use_t enumerates the available options for how to
obtain the feed rate for a UF_DRPOS object


Data Members

UF_DRPOS_FEED_USE_DEFAULT = 0


UF_DRPOS_FEED_USE_CUSTOM = 1


 


 
UF_DRPOS_type_e (view source)
 
Defined in: uf_drpos.h
 
Also known as:
 
Overview
UF_DRPOS_type_t enumerates the different types of UF_DRPOS objects


Data Members

UF_DRPOS_TYPE_NONE = 0
This motion type option indicates that no
motion type has yet been specified and
should not be used by an Open API program.

UF_DRPOS_TYPE_CUT = 1
This motion type option is used to generate
standard cut motions with the cut feedrate.

UF_DRPOS_TYPE_FIRST_CUT = 2
This motion type option is used to
generate cut motions which are expected
to require a low (first cut) feedrate
because the tool is removing a large
amount of material (the tool is buried).

UF_DRPOS_TYPE_STEPOVER = 10
This motion type option is used to
generate cut motions which connect two
passes of a tool path, thus requiring a
lower (stepover) feedrate.

UF_DRPOS_TYPE_LOCAL_LIFT = 50
This motion type option is used to
generate a local retract, transfer,
and engege sequence. For this motion
type, no tool position is required.
The previous tool position is used
for the retract and the following cut
position is used for the engage.

UF_DRPOS_TYPE_FINAL_LIFT = 51
This motion type option must be the
last motion output. No position is
required here (just as with
local_lift).

 


 
UF_DRPOS_zig_zag_dir_e (view source)
 
Defined in: uf_drpos.h
 
Also known as:
 
Overview
UF_DRPOS_zig_zag_dir_t enumerates the two directions of cut
when doing zig/zag type cut patterns


Data Members

UF_DRPOS_ZIG_ZAG_DIR_ZIG = 0


UF_DRPOS_ZIG_ZAG_DIR_ZAG = 1