Commit Graph

15 Commits

Author SHA1 Message Date
adam-urbanczyk
7d7591719b Initial implementation of the selector grammar using PyParsing
For now the grammar is defined. It is not yet used in the
StringSyntaxSelector
2016-06-20 21:48:25 +02:00
adam-urbanczyk
9df0e39133 Updated docstring for DirectionNthSelector and extended the related test-case 2016-06-05 21:26:26 +02:00
adam-urbanczyk
788bc58244 DirectionNthSelector inherits from ParallelDirSelector
DirectionNthSelector will only consider objects parallel | normal to the
specified direction
2016-06-05 16:54:03 +02:00
adam-urbanczyk
1ac5937f96 Preliminary implementation of Nth selector
Not yet tested
2016-06-02 21:49:15 +02:00
adam-urbanczyk
875b64a639 Started working on nth selector
Implementing using ordered dict
2016-05-23 22:01:05 +02:00
Hasan Yavuz ÖZDERYA
89b109b956 min/max selector will return all objects within a tolerance 2015-09-16 23:41:32 +03:00
Hasan Yavuz ÖZDERYA
cb21c0db4a added AndSelector, SumSelector, SubtractSelector, InverseSelector 2015-09-13 12:56:23 +03:00
hyOzd
6e15431d0a added boundingbox option to BoxSelector 2015-06-16 23:22:24 +03:00
Hasan Yavuz ÖZDERYA
30d0f6dc04 added box selector 2015-06-16 23:22:24 +03:00
Hasan Yavuz ÖZDERYA
e39bf56cbe fixed NearestToPointSelector failure with tuple as arguments 2015-06-14 23:09:58 +03:00
Jeremy Wright
89efc14ec9 Updated copyright dates and fixed a few docstring errors. 2015-04-27 13:04:34 -04:00
Jeremy Wright
699636d699 Fixed copyright dates, added the STEP file importer, and added the supporting tests. 2014-08-18 14:45:02 -04:00
Dave Cowden
26cd0a443d the test cases pass now at least 2013-04-16 22:29:06 -04:00
Dave Cowden
911d00bfd7 updated licenses 2013-04-14 19:29:35 -04:00
Dave Cowden
e6c2547329 initial try at the layout 2013-04-14 18:39:47 -04:00