Class: Sketchup::DimensionRadial
- Inherits:
-
Dimension
- Object
- Entity
- Drawingelement
- Dimension
- Sketchup::DimensionRadial
Overview
The DimensionRadial class represents radius and diameter dimensions on arcs and circles.
Constant Summary #
Constant Summary
Constants inherited from Dimension
Sketchup::Dimension::ARROW_CLOSED, Sketchup::Dimension::ARROW_DOT, Sketchup::Dimension::ARROW_NONE, Sketchup::Dimension::ARROW_OPEN, Sketchup::Dimension::ARROW_SLASH
Instance Method Summary # collapse
-
#arc_curve ⇒ Object
The arc_curve method returns the ArcCurve object to which this dimension is attached.
-
#arc_curve=(arc_curve) ⇒ Object
The arc_curve= method is used to set the ArcCurve object to which this dimension is attached.
-
#leader_break_point ⇒ Object
The leader_break_point method returns the break point on the leader where the dimension text is attached.
-
#leader_break_point(point) ⇒ Object
The leader_break_point= method is used to set the break point on the leader where the dimension text is attached.
-
#leader_points ⇒ Object
The leader_points method returns the 3 significant points along the dimension line in world coordinates.
Methods inherited from Dimension
#add_observer, #arrow_type, #arrow_type=, #has_aligned_text=, #has_aligned_text?, #plane, #remove_observer, #text, #text=
Methods inherited from Drawingelement
#bounds, #casts_shadows=, #casts_shadows?, #erase!, #hidden=, #hidden?, #layer, #layer=, #material, #material=, #receives_shadows=, #receives_shadows?, #visible=, #visible?
Methods inherited from Entity
#add_observer, #attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #inspect, #model, #parent, #persistent_id, #remove_observer, #set_attribute, #to_s, #typename, #valid?
Instance Method Details
↑ #arc_curve ⇒ Object
The arc_curve method returns the ArcCurve object to which this dimension is attached.
↑ #arc_curve=(arc_curve) ⇒ Object
The arc_curve= method is used to set the ArcCurve object to which this dimension is attached.
↑ #leader_break_point ⇒ Object
The leader_break_point method returns the break point on the leader where the dimension text is attached.
↑ #leader_break_point(point) ⇒ Object
The leader_break_point= method is used to set the break point on the leader where the dimension text is attached.
↑ #leader_points ⇒ Object
The leader_points method returns the 3 significant points along the dimension line in world coordinates.