UF_PATH_helical_motion_s (view source)
 
Defined in: uf_path.h
 
Also known as:
 
Overview
Specify data for a Helical motion CIRCLE/...........,TIMES,n


Data Members

start [ 3 ]
double
this array specifies the start
point x,y,z coordinates(this should
be the end point of the previous
motion)

start_tool_axis [ 3 ]
double
This array specifies
the starting tool axis.

end [ 3 ]
double
this array specifies the end
point x,y,z coordinates.

end_tool_axis [ 3 ]
double
This array specifies
the ending tool axis.

arc_axis [ 3 ]
double
this array specifies the
vector which is the axis of
the motion.

arc_center [ 3 ]
double
this array specifies the
x,y,z coordinates of the
center of the helix at
the end point.

arc_radius
double
This is the radius of the
helix.

tolerance
double
Tolerance to be used for arc
fits.

times
double
Number of Turns including
partial turn

feed_value
double
This is the feed rate
value.

feed_unit
UF_PATH_feed_unit_t
This specifies the units of the
feed value.

type
UF_PATH_motion_type_t
This is the type of the motion.

material_side
UF_PATH_side_t
This specifies the material
side.

shape
UF_PATH_shape_t
This specifies the shape.