- setConservativeMaxDistancevoid setConservativeMaxDistance(S1Angle max_distance) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setConservativeMaxDistancevoid setConservativeMaxDistance(S1ChordAngle max_distance) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setInclusiveMaxDistancevoid setInclusiveMaxDistance(S1ChordAngle max_distance) 
- Like set_max_distance(), except that edges whose distance is exactly
equal to "max_distance" are also returned.  Equivalent to calling
set_max_distance(max_distance.Successor()). 
- setInclusiveMaxDistancevoid setInclusiveMaxDistance(S1Angle max_distance) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setMaxDistancevoid setMaxDistance(S1ChordAngle max_distance) 
- Specifies that only edges whose distance to the target is less than
"max_distance" should be returned. 
- setMaxDistancevoid setMaxDistance(S1Angle max_distance) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setMaxErrorvoid setMaxError(S1Angle max_error) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setMaxDistancevoid setMaxDistance(S1ChordAngle max_distance) 
- Specifies that only edges whose distance to the target is less than
"max_distance" should be returned. 
- setInclusiveMaxDistancevoid setInclusiveMaxDistance(S1ChordAngle max_distance) 
- Like set_max_distance(), except that edges whose distance is exactly
equal to "max_distance" are also returned.  Equivalent to calling
set_max_distance(max_distance.Successor()). 
- setConservativeMaxDistancevoid setConservativeMaxDistance(S1ChordAngle max_distance) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setMaxDistancevoid setMaxDistance(S1Angle max_distance) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setInclusiveMaxDistancevoid setInclusiveMaxDistance(S1Angle max_distance) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setConservativeMaxDistancevoid setConservativeMaxDistance(S1Angle max_distance) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setMaxErrorvoid setMaxError(S1Angle max_error) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Options that control the set of edges returned. Note that by default *all* edges are returned, so you will always want to set either the max_edges() option or the max_distance() option (or both).