Skip to content

Overload_Rhino_Geometry_Line_ExtendThroughBox

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Line.ExtendThroughBox Method

Overload List

 

Name Description
Public method ExtendThroughBox(BoundingBox) Ensure the line extends all the way through a box. Note, this does not result in the shortest possible line that overlaps the box.
Public method ExtendThroughBox(Box) Ensure the line extends all the way through a box. Note, this does not result in the shortest possible line that overlaps the box.
Public method ExtendThroughBox(BoundingBox, Double) Ensure the line extends all the way through a box. Note, this does not result in the shortest possible line that overlaps the box.
Public method ExtendThroughBox(Box, Double) Ensure the line extends all the way through a box. Note, this does not result in the shortest possible line that overlaps the box.
  Back to Top

See Also

Reference

Line Structure
Rhino.Geometry Namespace

Clone this wiki locally