M_Rhino_Geometry_Plane_PointAt_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Evaluate a point on the plane.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- u
- Type: System.Double
evaulation parameter. - v
- Type: System.Double
evaulation parameter. - w
- Type: System.Double
evaulation parameter.
Type: Point3d
plane.origin + uplane.xaxis + vplane.yaxis + z*plane.zaxis.
Supported in: 6.0.16224.21491, 5D58w