Class: Sketchup::DimensionRadial
- Inherits:
-
Dimension
- Object
- Entity
- Drawingelement
- Dimension
- Sketchup::DimensionRadial
- Defined in:
- lib/sketchup-api-stubs/stubs/Sketchup/DimensionRadial.rb
Overview
The DimensionRadial class represents radius and diameter dimensions on arcs and circles.
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.
21 22 |
# File 'lib/sketchup-api-stubs/stubs/Sketchup/DimensionRadial.rb', line 21 def arc_curve end |
#arc_curve=(arc_curve) ⇒ Object
The arc_curve= method is used to set the ArcCurve object to which this dimension is attached.
37 38 |
# File 'lib/sketchup-api-stubs/stubs/Sketchup/DimensionRadial.rb', line 37 def arc_curve=(arc_curve) end |
#leader_break_point ⇒ Object
The leader_break_point method returns the break point on the leader where the dimension text is attached.
50 51 |
# File 'lib/sketchup-api-stubs/stubs/Sketchup/DimensionRadial.rb', line 50 def leader_break_point end |
#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.
65 66 |
# File 'lib/sketchup-api-stubs/stubs/Sketchup/DimensionRadial.rb', line 65 def leader_break_point=(point) end |
#leader_points ⇒ Object
The leader_points method returns the 3 significant points along the dimension line in world coordinates.
84 85 |
# File 'lib/sketchup-api-stubs/stubs/Sketchup/DimensionRadial.rb', line 84 def leader_points end |