Description:

Expert tool to evaluate sectional curvature from surface derivatives and section plane normal.

Syntax:
public static bool EvaluateSectionalCurvature(
Vector3d ds,
Vector3d dt,
Vector3d dss,
Vector3d dst,
Vector3d dtt,
Vector3d planeNormal,
out Vector3d k
)
Parameters:
  • k
  • Type: Rhino.Geometry.Vector3d
  • Sectional curvature. Curvature of the intersection curve of the surface and plane through the surface point where the partial derivatives were evaluated.
Returns:
Type: bool
True if successful. False if first partials are not linearly independent, in which case the k is set to zero.
Available since:
8.16

/
/
/
EvaluateSectionalCurvature

EvaluateSectionalCurvature method

Class:  Rhino.RhinoMath

Nothing found