Skip to content

M_Rhino_Geometry_Plane_PointAt

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

Plane.PointAt Method (Double, Double)

Evaluate a point on the plane.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.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.

See Also

Reference

Plane Structure
PointAt Overload
Rhino.Geometry Namespace

Clone this wiki locally