Click or drag to resize

Line3 Structure

Segment.

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

The Line3 type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyLength
Get length of line.
Public propertyPointAtEnd
Line end point.
Public propertyPointAtStart
Line start point.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Compare lines.
Public operatorStatic memberInequality
Compare lines.
Top
Extension Methods
  NameDescription
Public Extension MethodConvert
Convert kamaba3D segment to rhino Line.
(Defined by GeometryExtensions.)
Top
See Also