Module: Microstation::Scan::Range
- Included in:
- Criteria
- Defined in:
- lib/microstation/scan/range.rb
Instance Method Summary collapse
Instance Method Details
#include_within_range(range) ⇒ Object
7 8 9 |
# File 'lib/microstation/scan/range.rb', line 7 def include_within_range(range) ole_obj.IncludeOnlyWithinRange(range) end |
#range_from_points(pt1, pt2) ⇒ Object
11 12 13 |
# File 'lib/microstation/scan/range.rb', line 11 def range_from_points(pt1,pt2) app.Range3dFromPoint3dPoint3d(pt1,pt2) end |