SubDEvaluateCurvature Method (SubDComponentParameter, SurfaceCurvature) |
Evaluates the curvature of a point on this SubD's surface.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool EvaluateCurvature(
SubDComponentParameter parameter,
out SurfaceCurvature curvature
)
Public Function EvaluateCurvature (
parameter As SubDComponentParameter,
<OutAttribute> ByRef curvature As SurfaceCurvature
) As Boolean
Parameters
- parameter
- Type: Rhino.GeometrySubDComponentParameter
The parameter to evaluate. - curvature
- Type: Rhino.GeometrySurfaceCurvature
The surface curvature is returned here, or null if this fails.
Return Value
Type:
BooleanTrue if the evaluation succeeded.
Remarks
See Also