Intersect3d.LineCylinderParametric Method

Infinite cylinder
public static bool LineCylinderParametric( 
   Line3d l
   Point3d p
   Point3d q
   double r
   out double t1
   out double t2 
)

Parameters

l
Line3d

Line

p
Point3d

Cylinder p1

q
Point3d

Cylinder p2

r
double

Cylinder radius

t1
double

Intersect param on line

t2
double

Intersect param on line

Return Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition