M_Rhino_Geometry_Plane_PointAt_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Plane.PointAt Method (Double, 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,
	double w
)

VB

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

Parameters

 

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

Return Value

Type: Point3d
plane.origin + uplane.xaxis + vplane.yaxis + z*plane.zaxis.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Plane Structure
PointAt Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️