Click or drag to resize

LineExtend Method

Extend the line by custom distances on both sides.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Extend(
	double startLength,
	double endLength
)

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: Boolean
true on success, false on failure.
See Also