PolyCurveAppendSegment Method |
Appends the curve to the polycurve without changing the new segment's geometry.
This function will fail if the PolyCurve is closed or if SegmentCount > 0 and the new segment is closed.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool AppendSegment(
Curve curve
)
Public Function AppendSegment (
curve As Curve
) As Boolean
Parameters
- curve
- Type: Rhino.GeometryCurve
Segment to append.
Return Value
Type:
Booleantrue on success, false on failure.
Version InformationRhino for Windows
Supported in: 6.8
See Also