Class: Sketchup::DimensionRadial
Relationships | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
Sketchup::Dimension
|
Overview
The DimensionRadial class represents radius and diameter dimensions on arcs and circles.
Constant Summary
Dimension
- Inherited
ARROW_CLOSED, ARROW_DOT, ARROW_NONE, ARROW_OPEN, ARROW_SLASH
Instance Attribute Summary
-
#arc_curve ⇒ Object
rw
The arc_curve method returns the
ArcCurve
object to which this dimension is attached. -
#arc_curve=(arc_curve) ⇒ Object
rw
The arc_curve= method is used to set the
ArcCurve
object to which this dimension is attached. -
#leader_break_point ⇒ Object
rw
The leader_break_point method returns the break point on the leader where the dimension text is attached.
-
#leader_break_point=(point) ⇒ Object
rw
The leader_break_point= method is used to set the break point on the leader where the dimension text is attached.
Dimension
- Inherited
#arrow_type | The arrow_type method retrieves the current arrow type of the dimension. |
#arrow_type= | The arrow_type= method sets the arrow type of the dimension. |
#has_aligned_text= | The has_aligned_text= method accepts true or false indicating whether the dimension’s text is aligned to the dimension or to the screen. |
#has_aligned_text? | The has_aligned_text method is used to determine whether the dimension’s text is aligned to the dimension or to the screen. |
#text | The text method is used to retrieve the dimension text. |
#text= | The text= method is used to set an override on the dimension text. |
Drawingelement
- Inherited
#casts_shadows= | The casts_shadows= method is used to set the |
#casts_shadows? | The casts_shadows? method is used to determine if the |
#hidden= | The hidden= method is used to set the hidden status for an element. |
#hidden? | The hidden? method is used to determine if the element is hidden. |
#layer | The layer method is used to retrieve the |
#layer= | The layer= method is used to set the layer for the drawing element. |
#material | The material method is used to retrieve the material for the drawing element. |
#material= | The material= method is used to set the material for the drawing element. |
#receives_shadows= | The receive_shadows= method is used to set the |
#receives_shadows? | The receive_shadows? method is used to determine if the |
#visible= | The visible= method is used to set the visible status for an element. |
#visible? | The visible? method is used to get the visible status for an element. |
Entity
- Inherited
Instance Method Summary
-
#leader_points ⇒ Object
The leader_points method returns the 3 significant points along the dimension line in world coordinates.
Dimension
- Inherited
#add_observer | The add_observer method is used to add a |
#plane | The plane method is used to retrieve the plane of the dimension. |
#remove_observer | The remove_observer method is used to remove a |
Drawingelement
- Inherited
#bounds | The |
#erase! | The |
Entity
- Inherited
#add_observer | The add_observer method is used to add an observer to the current object. |
#attribute_dictionaries | The attribute_dictionaries method is used to retrieve the |
#attribute_dictionary | The attribute_dictionary method is used to retrieve an attribute dictionary with a given name that is attached to an |
#delete_attribute | The |
#entityID | The entityID method is used to retrieve a unique ID assigned to an entity. |
#get_attribute | The |
#inspect | The |
#model | The model method is used to retrieve the model for the entity. |
#parent | The parent method is used to retrieve the parent of the entity. |
#persistent_id | The |
#remove_observer | The remove_observer method is used to remove an observer from the current object. |
#set_attribute | The set attribute is used to set the value of an attribute in an attribute dictionary with the given name. |
#to_s | The |
#typename | The typename method retrieves the type of the entity, which will be a string such as “Face”, “Edge”, or “Group”. |
Instance Attribute Details
#arc_curve ⇒ Object
(rw)
The arc_curve method returns the ArcCurve
object to which this dimension is attached.
#arc_curve=(arc_curve) ⇒ Object
(rw)
The arc_curve= method is used to set the ArcCurve
object to which this dimension is attached.
#leader_break_point ⇒ Object
(rw)
The leader_break_point method returns the break point on the leader where the dimension text is attached.
#leader_break_point=(point) ⇒ Object
(rw)
The leader_break_point= method is used to set the break point on the leader where the dimension text is attached.
Instance Method Details
#leader_points ⇒ Object
The leader_points method returns the 3 significant points along the dimension line in world coordinates.