Intersect2d.CircleLineParametric (ICircular2d, Line2d, out Double, out Double) Method
Public Shared Function CircleLineParametric( _
ByVal c As ICircular2d, _
ByVal l As Line2d, _
ByRef t1 As Double, _
ByRef t2 As Double _
) As Integer
This language is not supported or no code example is available.
public static int CircleLineParametric(
ICircular2d c,
Line2d l,
out double t1,
out double t2
)
This language is not supported or no code example is available.
public:
static int CircleLineParametric(
ICircular2d^ c,
Line2d^ l,
double& t1,
double& t2
)
This language is not supported or no code example is available.
Parameters
The circle for intersection.
- l
- Line2d
The infinite line for intersection
- t1
- double
Set to the first parameter of intersection.
- t2
- double
Set the the second line of intersection.
Return Value
intThe number of intersections found (0,1 or 2).