M_Rhino_Geometry_Line_TryGetPlane - mcneel/rhinocommon-api-docs GitHub Wiki

Line.TryGetPlane 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) Version: Rhino 6.0

Syntax

C#

public bool TryGetPlane(
	out Plane plane
)

VB

Public Function TryGetPlane ( 
	<OutAttribute> ByRef plane As Plane
) As Boolean

Parameters

 

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

Return Value

Type: Boolean
true on success.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Line Structure
Rhino.Geometry Namespace

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