Description:

Set end condition of a NURBS curve to point, tangent and curvature.

Syntax:
public bool SetEndCondition(
bool bSetEnd,
NurbsCurveEndConditionType continuity,
Point3d point,
Vector3d tangent,
Vector3d curvature
)
Parameters:
  • bSetEnd
  • Type: bool
  • true: set end of curve, false: set start of curve
  • continuity
  • Type: NurbsCurveEndConditionType
  • Position: set start or end point, Tangency: set point and tangent, Curvature: set point, tangent and curvature
Returns:
Type: bool
True on success, False on failure.
Available since:
6.0

Description:

Set end condition of a NURBS curve to point, tangent and curvature.

Syntax:
public bool SetEndCondition(
bool bSetEnd,
NurbsCurveEndConditionType continuity,
Point3d point,
Vector3d tangent
)
Parameters:
  • bSetEnd
  • Type: bool
  • true: set end of curve, false: set start of curve
  • continuity
  • Type: NurbsCurveEndConditionType
  • Position: set start or end point, Tangency: set point and tangent, Curvature: set point, tangent and curvature
Returns:
Type: bool
True on success, False on failure.
Available since:
6.0

SetEndCondition method

Class:  Rhino.Geometry.NurbsCurve

Nothing found