M_Rhino_Geometry_Curve_FrameAt - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.FrameAt Method

Returns a 3d frame at a parameter.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool FrameAt(
	double t,
	out Plane plane
)

VB

Public Function FrameAt ( 
	t As Double,
	<OutAttribute> ByRef plane As Plane
) As Boolean

Parameters

 

t
Type: System.Double
Evaluation parameter.
plane
Type: Rhino.Geometry.Plane
The frame is returned here.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

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