Home: Toolbox Reference: Custom Tools: Making a Custom Tool: Specifying the Results of a Tool
When you make a tool, any selected objects that depend on the givens become results of the tool, and will be shown when you use the tool. Any unselected objects that depend on the givens will not be shown when you use it.
For example, if you make a tool that constructs the perpendicular bisector of a segment, the segment is the given object and the perpendicular bisector is a result. If you select the midpoint of the segment when you make the tool, the midpoint is also a result, and is shown when you use the tool. If you don’t select the midpoint, it’s an intermediate object and is hidden when you use the tool.
Midpoint selected when making tool |
Midpoint shown when using tool |
Midpoint unselected when making tool |
Midpoint hidden when using tool |
See
also
Custom Tools Menu
Givens and Results of a Tool
Given Objects
Automatically Matching a Given Object
Script View
Advanced Tool Topics