Class: Sketchup::Vertex
| Relationships | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           Entity | |
| Instance Chain: 
          self,
           Entity | |
| Inherits: | Sketchup::Entity 
 | 
Overview
Instance Attribute Summary
- 
    
      #curve_interior?  ⇒ Boolean 
    
    readonly
    The #curve_interior? method is used to determine if this vertex is on the interior of a Curve.
Entity - Inherited
Instance Method Summary
- 
    
      #common_edge(vertex2)  ⇒ Sketchup::Edge? 
    
    The common_edge method is used to find a common edge that is defined by this vertex and another vertex. 
- 
    
      #edges  ⇒ Array<Sketchup::Edge> 
    
    The edges method is used to retrieve an ::Arrayof edges that use theVertex.
- 
    
      #faces  ⇒ Array<Sketchup::Face> 
    
    The faces method is used to retrieve an ::Arrayof faces that use the vertex.
- 
    
      #loops  ⇒ Array<Sketchup::Loop> 
    
    The loops method is used to retrieve an ::Arrayof loops that use the vertex.
- 
    
      #position  ⇒ Geom::Point3d 
    
    The position method is used to retrieve the Point3d position of a vertex. 
- #used_by?(face_or_edge) ⇒ Boolean
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
    #curve_interior?  ⇒ Boolean  (readonly)
  
This method doesn’t actually return a boolean as the question mark post-fix would normally indicate. But the result still evaluates to truthy or falsy.
The #curve_interior? method is used to determine if this vertex is on the interior of a Curve.
Instance Method Details
#common_edge(vertex2) ⇒ Sketchup::Edge?
The common_edge method is used to find a common edge that is defined by this vertex and another vertex
#edges ⇒ Array<Sketchup::Edge>
The edges method is used to retrieve an ::Array of edges that use the Vertex.
#faces ⇒ Array<Sketchup::Face>
The faces method is used to retrieve an ::Array of faces that use the vertex.
#loops ⇒ Array<Sketchup::Loop>
The loops method is used to retrieve an ::Array of loops that use the vertex.
#position ⇒ Geom::Point3d
The position method is used to retrieve the Point3d position of a vertex.