MEASURE_DIST_SA provides methods for defining a distance.
---->(MEASURE_DIST_SA)----+
|
+-----------<-------------+
|
+--|distance|-------------------------->-----------------------------------------+-->
| |
| +----------<------------------------+ |
| v | |
+--(:BETWEEN_POINTS)--|pt_3d|--|pt_3d|--+--(:HORIZONTAL)------------------>-+-->-+
| | | |
| +--(:VERTICAL)-------------------->-+ ^
| | | |
| +--(:DIRECTION)-|MEASURE_DIR_3D_SA|-+ |
| | | |
| +--(:WORKPLANE)------------------->-+ |
| |
+--(:POINT_EDGE)---|pt_3d|--|edge 3D or 2D|------------->------------------------+
| |
+--(:POINT_FACE)---|pt_3d|--|face|---------------------->------------------------+
| |
+--(:EDGE_LENGTH)--|2D or 3D edge|-----------------------------------------------+
| |
+--(:RADIUS)--|arc, circle, cylinder, sphere, torus|--+ |
| |
+------------<------+ |
| |
v +------<-----+ ^
| | | |
+-----+--(:MAJOR)--+---------------------------+
v ^
+--(:MINOR)--+
The following options are available to measure a distance.
- :BETWEEN_POINTS - specifies two points to measure between.
- :HORIZONTAL - outputs the horizontal distance between the two
points picked.
- :VERTICAL - outputs the vertical distance between the two
points defined.
- :DIRECTION - outputs the distance between the two points
defined, measured along the specified direction.
- :WORKPLANE - outputs the distance between the two points
defined, when they are projected onto the active workplane.
- :POINT_EDGE - measures the normal distance from a point to a 2D or 3D edge.
- :POINT_FACE - measures the normal distance from a point to a face.
- :EDGE_LENGTH - measures the distance along a 2D or 3D edge.
- :RADIUS - specifies an arc, circle, cylinder, sphere or torus to
measure the radius of.
- :MAJOR - outputs the major radii of a torus.
- :MINOR - outputs the minor radii of a torus.
This subaction is used to measure a distance.
All values are displayed in the Distance Output field.
MEASURE_DIST interrupt action
MEASURE_ANGLE_SA subaction
MEASURE_VEC_3D_SA subaction
MEASURE_AXIS_3D_SA subaction
MEASURE_DIR_3D_SA subaction