Click or drag to resize

LineTryGetPlane Method

Gets a plane that contains the line. The origin of the plane is at the start of the line. If possible, a plane parallel to the world XY, YZ, or ZX plane is returned.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool TryGetPlane(
	out Plane plane
)

Parameters

plane
Type: Rhino.GeometryPlane
If the return value is true, the plane out parameter is assigned during this call.

Return Value

Type: Boolean
true on success.
See Also