Click or drag to resize

ISurfacePointAt Method

Evaluates a point at a given parameter.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
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.
See Also