Extend the line by custom distances on both sides.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool Extend(
double startLength,
double endLength
)
Public Function Extend (
startLength As Double,
endLength As Double
) As Boolean
Parameters
- startLength
- Type: SystemDouble
Distance to extend the line at the start point.
Positive distance result in longer lines.
- endLength
- Type: SystemDouble
Distance to extend the line at the end point.
Positive distance result in longer lines.
Return Value
Type:
Booleantrue on success, false on failure.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also