SurfaceCurvatureDirection Method |
Gets the principal curvature direction vector at the u,v parameter where the surface curvature was evaluated..
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic Vector3d Direction(
int direction
)
Public Function Direction (
direction As Integer
) As Vector3d
Parameters
- direction
- Type: SystemInt32
Direction index, valid values are 0 and 1.
Return Value
Type:
Vector3dThe specified direction vector.
See Also