Plane.ExtendThroughBox Method (Box, Interval, Interval)

PlaneExtendThroughBox Method (Box, Interval, Interval)

Extend this plane through a Box.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool ExtendThroughBox(
	Box box,
	out Interval s,
	out Interval t
)
Public Function ExtendThroughBox ( 
	box As Box,
	<OutAttribute> ByRef s As Interval,
	<OutAttribute> ByRef t As Interval
) As Boolean

Parameters

box
Type: Rhino.GeometryBox
A box to use for extension.
s
Type: Rhino.GeometryInterval
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.GeometryInterval
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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also