Click or drag to resize

SurfaceCurvatureCreateFromSurface Method

Create a SurfaceCurvature from by evaluating surface and a u,v parameter.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static SurfaceCurvature CreateFromSurface(
	Surface surface,
	double u,
	double v
)

Parameters

surface
Type: Rhino.GeometrySurface
The surface to evaluate.
u
Type: SystemDouble
A U parameter.
v
Type: SystemDouble
A V parameter.

Return Value

Type: SurfaceCurvature
A SurfaceCurvature if successful, null otherwise.
See Also