Description:
Set end condition of a NURBS curve to point, tangent and 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
- point
- Type: Point3d
- point to set
- tangent
- Type: Vector3d
- tangent to set
- curvature
- Type: Vector3d
- curvature to set
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
)
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
- point
- Type: Point3d
- point to set
- tangent
- Type: Vector3d
- tangent to set
Returns:
Type: bool
True on success, False on failure.
Available since:
6.0