M_Rhino_Geometry_Line_ExtendThroughBox_3 - mcneel/rhinocommon-api-docs GitHub Wiki
Ensure the line extends all the way through a box. Note, this does not result in the shortest possible line that overlaps the box.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool ExtendThroughBox(
Box box,
double additionalLength
)
VB
Public Function ExtendThroughBox (
box As Box,
additionalLength As Double
) As Boolean
- box
- Type: Rhino.Geometry.Box
Box to extend through. - additionalLength
- Type: System.Double
Additional length to append at both sides of the line.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w
Line Structure
ExtendThroughBox Overload
Rhino.Geometry Namespace