Skip to content

P_Rhino_Geometry_Line_Length

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Line.Length Property

Gets or sets the length of this line segment. Note that a negative length will invert the line segment without making the actual length negative. The line From point will remain fixed when a new Length is set.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public double Length { get; set; }

VB

Public Property Length As Double
	Get
	Set

Property Value

Type: Double

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Line Structure
Rhino.Geometry Namespace

Clone this wiki locally