M_Rhino_Geometry_Plane_ExtendThroughBox - mcneel/rhinocommon-api-docs GitHub Wiki
Extends this plane through a bounding box.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- 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.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w
Plane Structure
ExtendThroughBox Overload
Rhino.Geometry Namespace