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
Syntaxpublic static SurfaceCurvature CreateFromSurface(
Surface surface,
double u,
double v
)
Public Shared Function CreateFromSurface (
surface As Surface,
u As Double,
v As Double
) As SurfaceCurvature
Parameters
- surface
- Type: Rhino.GeometrySurface
The surface to evaluate. - u
- Type: SystemDouble
A U parameter. - v
- Type: SystemDouble
A V parameter.
Return Value
Type:
SurfaceCurvatureA SurfaceCurvature if successful, null otherwise.
See Also