Click or drag to resize

RhinoSurfacePointAt Method

Evaluates a point at a given parameter.

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public Point3 PointAt(
	double u,
	double v
)

Parameters

u
Type: SystemDouble
u-coordinate.
v
Type: SystemDouble
v-coordinate.

Return Value

Type: Point3
Point3d.Unset on failure.

Implements

ISurfacePointAt(Double, Double)
See Also