Sha256: a636dd6bd74967a02325a9d92b3f671c06ba72bfc58ae9d83ffedcff2377bfea
Contents?: true
Size: 785 Bytes
Versions: 1
Compression:
Stored size: 785 Bytes
Contents
# Generated from lib/autocad/selection_set_adapter.rb with RBS::Inline module Autocad class SelectionSetAdapter def initialize: (untyped drawing, untyped selection_set) -> untyped def filter_types: () -> untyped def filter_values: () -> untyped def select_on_screen: () -> untyped # accepts Point3d | [x,y] | (x,y) def select_at_point: (untyped x, untyped y) -> untyped # @param points [Array<Point3d>] Array of points defining the polygon # @param mode [:fence, :window, :crossing] Selection mode def select_by_polygon: (?points: untyped, ?mode: untyped) -> untyped def filter: () ?{ (?) -> untyped } -> untyped private def create_selection_set: () -> untyped def create_ole_variant: (untyped data) -> untyped end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
autocad-0.4.6 | sig/generated/autocad/selection_set_adapter.rbs |