Intersect3d.LineCylinderParametric Method

Infinite cylinder
Public Shared Function LineCylinderParametric( _ 
ByVal l As Line3d, _ 
ByVal p As Point3d, _ 
ByVal q As Point3d, _ 
ByVal r As Double, _ 
ByRef t1 As Double, _ 
ByRef t2 As Double
) As Boolean
This language is not supported or no code example is available.
public static bool LineCylinderParametric( 
Line3d l
Point3d p
Point3d q
double r
out double t1
out double t2 
)
This language is not supported or no code example is available.
public:  
static bool LineCylinderParametric( 
Line3d^ l
Point3d^ p
Point3d^ q
double r
double& t1
double& t2 
)
This language is not supported or no code example is available.
public static function LineCylinderParametric( 
l : Line3d
p : Point3d
q : Point3d
r : double
t1 : double
t2 : double 
) : boolean;
This language is not supported or no code example is available.

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