Struct Intersect3D.LineLineIntersectionResult
Assembly: Paramdigma.Core.dll
Syntax
public struct LineLineIntersectionResult
Properties
|
Improve this Doc
View Source
Distance
Declaration
public double Distance { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
ParamA
Declaration
public double ParamA { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
ParamB
Declaration
public double ParamB { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
PointA
Declaration
public Point3d PointA { get; set; }
Property Value
|
Improve this Doc
View Source
PointB
Declaration
public Point3d PointB { get; set; }
Property Value