Click or drag to resize

Line3 Structure

Segment.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
[SerializableAttribute]
public struct Line3 : IEquatable<Line3>

The Line3 type exposes the following members.

Constructors
  NameDescription
Public methodLine3(IReadOnlyListPoint3)
Initializes a new instance of the Line3 struct. Create line.
Public methodLine3(Point3, Point3)
Initializes a new instance of the Line3 struct. Create line.
Top
Properties
  NameDescription
Public propertyLength
Gets the length of line.
Public propertyPointAtEnd
Gets or sets the line end point.
Public propertyPointAtStart
Gets or sets the line start point.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two lines for equality.
Public operatorStatic memberInequality
Compares two lines for not equal.
Top
Extension Methods
  NameDescription
Public Extension MethodConvert
Converts to Rhino's Line.
(Defined by ToRhino.)
Top
See Also