Class: Sketchup::EdgeUse
| Relationships | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Entity
|
|
|
Instance Chain:
self,
Entity
|
|
| Inherits: |
Sketchup::Entity
|
Overview
Instance Attribute Summary
-
#reversed? ⇒ Boolean
readonly
The reversed? method is used to determine if the edge direction is opposite of the edge use direction.
Entity - Inherited
Instance Method Summary
-
#edge ⇒ Sketchup::Edge
The edge method is used to retrieve the edge for the edge use.
-
#end_vertex_normal ⇒ Geom::Vector3d
The end_vertex_normal method is used to retrieve the vertex normal for the end point of this edgeuse.
-
#face ⇒ Sketchup::Face
The face method is used to retrieve the face used by this edge use.
-
#loop ⇒ Sketchup::Loop
The loop method is used to retrieve the loop for this edge use.
-
#next ⇒ Sketchup::EdgeUse
The next method is used to retrieve the next edge use in a loop.
-
#partners ⇒ Array<Sketchup::EdgeUse>
The partners method is used to retrieve all of the partner edge uses that uses the same edge.
-
#previous ⇒ Sketchup::EdgeUse
The previous method is used to retrieve the previous edge use in a loop.
-
#start_vertex_normal ⇒ Geom::Vector3d
The start_vertex_normal method is used to retrieve the vertex normal for the start point of this edgeuse.
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
#reversed? ⇒ Boolean (readonly)
The reversed? method is used to determine if the edge direction is opposite of the edge use direction. The edge use direction is the same as the loop it belongs to.
Instance Method Details
#edge ⇒ Sketchup::Edge
The edge method is used to retrieve the edge for the edge use.
#end_vertex_normal ⇒ Geom::Vector3d
The end_vertex_normal method is used to retrieve the vertex normal for the end point of this edgeuse.
#face ⇒ Sketchup::Face
The face method is used to retrieve the face used by this edge use.
#loop ⇒ Sketchup::Loop
The loop method is used to retrieve the loop for this edge use.
#next ⇒ EdgeUse
The next method is used to retrieve the next edge use in a loop.
#partners ⇒ Array<EdgeUse>
The partners method is used to retrieve all of the partner edge uses that uses the same edge.
#previous ⇒ EdgeUse
The previous method is used to retrieve the previous edge use in a loop.
#start_vertex_normal ⇒ Geom::Vector3d
The start_vertex_normal method is used to retrieve the vertex normal for the start point of this edgeuse.