PYTHON COMMAND: roughen(label,object,rms_height,corel_Length)
Â
==Random Group Tool==
PYTHON COMMAND: random_group(label,key_object,container_object,element_count)
==Distance Tool==
Â
ICON: [[File:Measure tool tn.png]]
Â
MENU: '''Tools → Measure → Distance'''
Â
KEYBOARD SHORTCUT: '''Shift+D'''
Â
FUNCTION: Measures the distance between any two point in project units
Â
TO MEASURE THE DISTANCE BETWEEN TWO POINTS:
Â
# Activate the '''Distance Tool'''.
# Click on the first point either somewhere in the project workspace or a snap point of an existing object.
# Click on the second point.
# A dialog pops up at the lower right corner of the screen showing the distance between the two points as well as the three X, Y, Z components of the vector extending from the start point to the end point.
Â
Â
SPECIAL CASES OR EXCEPTIONS: You can measure the distances among several points successively.
Â
PYTHON COMMAND: None
Â
==Angle Tool==
Â
ICON: [[File:angle_tool_tn.png]]
Â
MENU: '''Tools → Measure → Distance'''
Â
KEYBOARD SHORTCUT: '''Shift+A'''
Â
FUNCTION: Measures the angle between any two edges belonging to the same object or to different objects in degrees
Â
TO MEASURE THE ANGLE BETWEEN TWO EDGES:
Â
# Activate the '''Angle Tool'''.
# Click on the first edge to establish the first leg.
# Click on the second edge of the same object or another object to establish the second leg.
# A dialog pops up at the lower right corner of the screen showing the angle between the two legs in degrees as well as the X, Y, Z components of the unit vectors along the two selected edges.
Â
Â
PYTHON COMMAND: None
Â
==Extents Tool==
Â
ICON: [[File:info_tool_tn.png]]
Â
MENU: '''Tools → Measure → Extents'''
Â
KEYBOARD SHORTCUT: '''Shift+E'''
Â
FUNCTION: Measures the length, surface area or volume of a geometric object
Â
TO MEASURE THE EXTENTS OF AN OBJECT:
Â
# Activate the '''Extents Tool'''.
# Hover the mouse over any object in the project workspace.
# A dialog pops up at the lower right corner of the screen. If the highlighted object is a curve, the dialog shows its arc length. If the highlighted object is a surface, the dialog shows its area. If the highlighted object is a solid, the dialog shows both its volume and total surface area.
Â
Â
SPECIAL CASES OR EXCEPTIONS: You can compute the extents of several objects successively.
Â
PYTHON COMMAND: None
Â
get_length(object)
Â
get_area(object)
Â
get_volume(object)