Description:

Expert tool to evaluate surface unit normal.

Syntax:
public static bool EvaluateNormal(
int limitDirection,
Vector3d ds,
Vector3d dt,
Vector3d dss,
Vector3d dst,
Vector3d dtt,
out Vector3d n
)
Parameters:
  • limitDirection
  • Type: int
  • Determines which direction is used to compute the limit, where: 0 = default, 1 = from quadrant I, 2 = from quadrant II, etc.
Returns:
Type: bool
True if successful, False otherwise.
Available since:
7.0

/
/
/
EvaluateNormal

EvaluateNormal method

Class:  Rhino.RhinoMath

Nothing found