Click or drag to resize

PlaneSurfaceCreateThroughBox Method (Line, Vector3d, BoundingBox)

Create a plane that contains the intersection of a bounding box.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static PlaneSurface CreateThroughBox(
	Line lineInPlane,
	Vector3d vectorInPlane,
	BoundingBox box
)

Parameters

lineInPlane
Type: Rhino.GeometryLine
A line that will lie on the plane.
vectorInPlane
Type: Rhino.GeometryVector3d
A vector the direction of which will be in plane.
box
Type: Rhino.GeometryBoundingBox
A box to cut through.

Return Value

Type: PlaneSurface
A new plane surface on success, or null on error.
See Also