Skip to content

M_Rhino_Geometry_Line_ExtendThroughBox_2

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

Line.ExtendThroughBox Method (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.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)

Syntax

C#

public bool ExtendThroughBox(
	Box box
)

VB

Public Function ExtendThroughBox ( 
	box As Box
) As Boolean

Parameters

 

box
Type: Rhino.Geometry.Box
Box to extend through.

Return Value

Type: Boolean
true on success, false on failure.

See Also

Reference

Line Structure
ExtendThroughBox Overload
Rhino.Geometry Namespace

Clone this wiki locally