Plane.PointAt Method (Double, Double, Double)

PlanePointAt Method (Double, Double, Double)

Evaluate a point on the plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point3d PointAt(
	double u,
	double v,
	double w
)
Public Function PointAt ( 
	u As Double,
	v As Double,
	w As Double
) As Point3d

Parameters

u
Type: SystemDouble
evaulation parameter.
v
Type: SystemDouble
evaulation parameter.
w
Type: SystemDouble
evaulation parameter.

Return Value

Type: Point3d
plane.origin + u*plane.xaxis + v*plane.yaxis + z*plane.zaxis.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also