Class IntrLine2Segment2
Inheritance
IntrLine2Segment2
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class IntrLine2Segment2
Constructors
IntrLine2Segment2(Line2d, Segment2d)
Declaration
public IntrLine2Segment2(Line2d line, Segment2d seg)
Parameters
Fields
Parameter
Parameter along line, only set if Quanityt = 1
Declaration
Field Value
Point
Point on line, only set if Quantity = 1
Declaration
Field Value
Quantity
Declaration
Field Value
Result
Declaration
public IntersectionResult Result
Field Value
Type
Declaration
public IntersectionType Type
Field Value
Properties
DotThreshold
Declaration
public double DotThreshold { get; set; }
Property Value
IntervalThreshold
Declaration
public double IntervalThreshold { get; set; }
Property Value
IsSimpleIntersection
Declaration
public bool IsSimpleIntersection { get; }
Property Value
Line
Declaration
public Line2d Line { get; set; }
Property Value
Segment
Declaration
public Segment2d Segment { get; set; }
Property Value
Methods
Compute()
Declaration
public IntrLine2Segment2 Compute()
Returns
Find()
Declaration
Returns