Skip to content

M_Rhino_Geometry_Plane_PointAt

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Plane.PointAt Method (Double, Double)

Evaluate a point on the plane.

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

Syntax

C#

public Point3d PointAt(
	double u,
	double v
)

VB

Public Function PointAt ( 
	u As Double,
	v As Double
) As Point3d

Parameters

 

u
Type: System.Double
evaulation parameter.
v
Type: System.Double
evaulation parameter.

Return Value

Type: Point3d
plane.origin + uplane.xaxis + vplane.yaxis.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Plane Structure
PointAt Overload
Rhino.Geometry Namespace

Clone this wiki locally