+
+ Class |
+ Description |
+
+
+ NearestToPointSelector(pnt) |
+ Selects object nearest the provided point. |
+
+
+ ParallelDirSelector(vector[tolerance]) |
+ Selects objects parallel with the provided direction. |
+
+
+ DirectionSelector(vector[tolerance]) |
+ Selects objects aligned with the provided direction. |
+
+
+ PerpendicularDirSelector(vector[tolerance]) |
+ Selects objects perpendicular with the provided direction. |
+
+
+ TypeSelector(typeString) |
+ Selects objects of the prescribed topological type. |
+
+
+ DirectionMinMaxSelector(vector[directionMax]) |
+ Selects objects closest or farthest in the specified direction. |
+
+
+ StringSyntaxSelector(selectorString) |
+ Filter lists objects using a simple string syntax. |
+
+