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
4 5 6 |
# File 'lib/microstation/scan/range.rb', line 4 def include_within_range(range) ole_obj.IncludeOnlyWithinRange(range) end |
#range_from_points(pt1, pt2) ⇒ Object
8 9 10 |
# File 'lib/microstation/scan/range.rb', line 8 def range_from_points(pt1, pt2) app.Range3dFromPoint3dPoint3d(pt1, pt2) end |