Description:
Set end condition of a NURBS curve to point, tangent and curvature.
Syntax:
public Boolean SetEndCondition(
Boolean bSetEnd,
NurbsCurveEndConditionType continuity,
Point3d point,
Vector3d tangent,
Vector3d curvature
)
Boolean bSetEnd,
NurbsCurveEndConditionType continuity,
Point3d point,
Vector3d tangent,
Vector3d curvature
)
Parameters:
- bSetEnd
- Type: System.Boolean
- 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: Boolean
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 Boolean SetEndCondition(
Boolean bSetEnd,
NurbsCurveEndConditionType continuity,
Point3d point,
Vector3d tangent
)
Boolean bSetEnd,
NurbsCurveEndConditionType continuity,
Point3d point,
Vector3d tangent
)
Parameters:
- bSetEnd
- Type: System.Boolean
- 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: Boolean
True on success, False on failure.
Available since:
6.0