PYTHON COMMAND: consolidate(object)
Â
==Convert To Box==
Â
ICON: None
Â
MENU: '''Tools → Transform → Convert → Box'''
Â
KEYBOARD SHORTCUT: None
Â
FUNCTION: Replaces any selected object with its bounding box
Â
TO CONVERT AN OBJECT SELECTION TO BOX:
Â
# Select the object(s) to be converted.
# Select '''Transform → Convert → Box''' from '''Tools''' menu.
Â
Â
PYTHON COMMAND: convert_box(object)
Â
==Convert To Line==
Â
ICON: None
Â
MENU: '''Tools → Transform → Convert → Line'''
Â
KEYBOARD SHORTCUT: None
Â
FUNCTION: Replaces any selected object with a line object connecting the minimum and maximum vertices of its bounding box
Â
TO CONVERT AN OBJECT SELECTION TO LINE:
Â
# Select the object(s) to be converted.
# Select '''Transform → Convert → Line''' from '''Tools''' menu.
Â
Â
PYTHON COMMAND: convert_line(object)
Â
==Convert To Point==
Â
ICON: None
Â
MENU: '''Tools → Transform → Convert → Point'''
Â
KEYBOARD SHORTCUT: None
Â
FUNCTION: Replaces any selected object with a point object located at the center of its bounding box
Â
TO CONVERT AN OBJECT SELECTION TO POINT:
Â
# Select the object(s) to be converted.
# Select '''Transform → Convert → Point''' from '''Tools''' menu.
Â
Â
PYTHON COMMAND: convert_point(object)
Â
==Convert To Rectangle Strip==
Â
ICON: None
Â
MENU: '''Tools → Transform → Convert → Rectangle Strip'''
Â
KEYBOARD SHORTCUT: None
Â
FUNCTION: Replaces any selected planar object with its bounding rectangle
Â
TO CONVERT AN OBJECT SELECTION TO RECTANGLE STRIP:
Â
# Select the object(s) to be converted.
# Select '''Transform → Convert → Rectangle Strip''' from '''Tools''' menu.
Â
Â
PYTHON COMMAND: convert_rect(object)
==Distance Tool==