Class: Layout::Grid
- Inherits:
-
Object
- Object
- Layout::Grid
Overview
Class that references a Document's grid settings.
Instance Method Summary # collapse
-
#major_color ⇒ Sketchup::Color
The #major_color method returns the Sketchup::Color for the major grid lines.
-
#major_spacing ⇒ Numeric
The #major_spacing method returns the major space size of the Grid.
-
#minor_color ⇒ Sketchup::Color
The #minor_color method returns the Sketchup::Color for the minor grid lines.
-
#minor_divisions ⇒ Integer
The #minor_divisions method returns the number of minor divisions of the Grid.
- #print? ⇒ Boolean
- #show? ⇒ Boolean
-
#show_major? ⇒ Boolean
The #show_major? method returns whether or not the major grid lines are visible.
-
#show_minor? ⇒ Boolean
The #show_minor? method returns whether or not the minor grid lines are visible.
Instance Method Details
↑ #major_color ⇒ Sketchup::Color
The #major_color method returns the Sketchup::Color for the major grid lines.
↑ #major_spacing ⇒ Numeric
The #major_spacing method returns the major space size of the Layout::Grid.
↑ #minor_color ⇒ Sketchup::Color
The #minor_color method returns the Sketchup::Color for the minor grid lines.
↑ #minor_divisions ⇒ Integer
The #minor_divisions method returns the number of minor divisions of the Layout::Grid.
↑ #print? ⇒ Boolean
The #print? method returns whether or not the Layout::Grid is printed.
↑ #show? ⇒ Boolean
The #show? method returns whether or not the Layout::Grid is visible.
↑ #show_major? ⇒ Boolean
The #show_major? method returns whether or not the major grid lines are visible.
↑ #show_minor? ⇒ Boolean
The #show_minor? method returns whether or not the minor grid lines are visible.