M_Rhino_Geometry_NurbsCurve_SetEndCondition_1 - mcneel/rhinocommon-api-docs GitHub Wiki
NurbsCurve.SetEndCondition Method (Boolean, NurbsCurve.NurbsCurveEndConditionType, Point3d, Vector3d, Vector3d)
Set end condition of a nurbs curve to point, tangent and curvature.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool SetEndCondition(
bool bSetEnd,
NurbsCurve.NurbsCurveEndConditionType continuity,
Point3d point,
Vector3d tangent,
Vector3d curvature
)
VB
Public Function SetEndCondition (
bSetEnd As Boolean,
continuity As NurbsCurve.NurbsCurveEndConditionType,
point As Point3d,
tangent As Vector3d,
curvature As Vector3d
) As Boolean
- bSetEnd
- Type: System.Boolean
true: set end of curve, false: set start of curve - continuity
- Type: Rhino.Geometry.NurbsCurve.NurbsCurveEndConditionType
Position: set strart or end point, Tangency: set point and tangent, Curvature: set point, tangent and curvature - point
- Type: Rhino.Geometry.Point3d
point to set - tangent
- Type: Rhino.Geometry.Vector3d
tangent to set - curvature
- Type: Rhino.Geometry.Vector3d
curvature to set
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491
NurbsCurve Class
SetEndCondition Overload
Rhino.Geometry Namespace