Class: Sketchup::ConstructionPoint
- Inherits:
-
Drawingelement
- Object
- Entity
- Drawingelement
- Sketchup::ConstructionPoint
- Defined in:
- lib/sketchup-api-stubs/stubs/Sketchup/ConstructionPoint.rb
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 Method Summary collapse
-
#position ⇒ Object
The position method is used to retrieve a Point3d used to create a construction point.
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
#position ⇒ Object
The position method is used to retrieve a Point3d used to create a construction point.
29 30 |
# File 'lib/sketchup-api-stubs/stubs/Sketchup/ConstructionPoint.rb', line 29 def position end |