RhinoCommon API
PlanePointAt Method (Double, Double) |
Evaluate a point on the plane.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Point3d PointAt( double u, double v )
Public Function PointAt ( u As Double, v As Double ) As Point3d
Parameters
- u
- Type: SystemDouble
evaulation parameter. - v
- Type: SystemDouble
evaulation parameter.
Return Value
Type: Point3dplane.origin + u*plane.xaxis + v*plane.yaxis.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8