Class: Sketchup::ConstructionPoint
| Relationships | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           Drawingelement,Entity | |
| Instance Chain: 
          self,
           Drawingelement,Entity | |
| Inherits: | Sketchup::Drawingelement 
 | 
Overview
A construction point represents a point in the model that can be used to aid in other modeling operations. For example, you may put a construction point at the center of a circle to make it easier to locate that point for performing other operations.
Instance Attribute Summary
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
- 
    
      #position  ⇒ Object 
    
    The position method is used to retrieve a Point3d used to create a construction point. 
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 Method Details
    #position  ⇒ Object 
  
The position method is used to retrieve a Point3d used to create a construction point.