M_Rhino_Geometry_Plane_ExtendThroughBox - mcneel/rhinocommon-api-docs GitHub Wiki

Plane.ExtendThroughBox Method (BoundingBox, Interval, Interval)

Extends this plane through a bounding box.

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

Syntax

C#

public bool ExtendThroughBox(
	BoundingBox box,
	out Interval s,
	out Interval t
)

VB

Public Function ExtendThroughBox ( 
	box As BoundingBox,
	<OutAttribute> ByRef s As Interval,
	<OutAttribute> ByRef t As Interval
) As Boolean

Parameters

 

box
Type: Rhino.Geometry.BoundingBox
A box to use as minimal extension boundary.
s
Type: Rhino.Geometry.Interval
If this function returns true, the s parameter returns the Interval on the plane along the X direction that will encompass the Box.
t
Type: Rhino.Geometry.Interval
If this function returns true, the t parameter returns the Interval on the plane along the Y direction that will encompass the Box.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Plane Structure
ExtendThroughBox Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️