Bar.FindClosestTriangle Method

Public Function FindClosestTriangle( _ 
ByVal transf As Transformation, _ 
ByVal seg As Segment3D
) As IList(Of HitTriangle)
This language is not supported or no code example is available.
public IList<HitTriangle> FindClosestTriangle( 
Transformation transf
Segment3D seg 
)
This language is not supported or no code example is available.

Parameters

transf
Transformation

seg
Segment3D

Return Value

IList<HitTriangle>

.NET Framework

Supported in: 4.7.2

In this article

Definition