Click or drag to resize

BezierSurfacePointAt Method

Evaluates point at a surface parameter.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public Point3d PointAt(
	double u,
	double v
)

Parameters

u
Type: SystemDouble
evaluation parameters.
v
Type: SystemDouble
evaluation parameters.

Return Value

Type: Point3d
Point (location of surface at the parameter u,v).
Remarks
No error handling.
See Also