FemMesh.FindClosestTriangle Method

Returns a list of triangles hit by the provided segment.
Public Function FindClosestTriangle( _ 
ByVal transf As Transformation, _ 
ByVal seg As Segment3D
) As IList(Of HitTriangle) Implements _ 
IFace.FindClosestTriangle
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

The transformation applied to the entity (necessary if the entity is inside a Block to propagate the BlockReference transformation)

seg
Segment3D

The 3D segment representing the viewing direction

Return Value

IList<HitTriangle>

The sorted list of triangles intersecting the provided segment.

Implements

IFace.FindClosestTriangle

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition