Click or drag to resize

CurveFrameAt Method

Returns a 3d frame at a parameter.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool FrameAt(
	double t,
	out Plane plane
)

Parameters

t
Type: SystemDouble
Evaluation parameter.
plane
Type: Rhino.GeometryPlane
The frame is returned here.

Return Value

Type: Boolean
true on success, false on failure.
See Also