class ConstructionPoint |
Parent: DrawingElement |
|
Methods: position |
|
Sample Code:constructionpointtests.rb |
|
Instance Methods |
position |
The position method is used to retrieve the Point3d object position of the construction point. |
Syntax: |
point = constructionpoint.position |
Arguments: |
|
Return Value: |
point - a Point3d object containing the position in 3 dimensional space |
Comments: |
|
Example: |
point = Geom::Point3d.new 100,200,300 |