BlockReference.FindClosestTriangle Method

Returns a list of HitTriangle that intersect with the provided segment.
Public Function FindClosestTriangle( _ 
ByVal seg As Segment3D, _ 
ByVal blocks As BlockKeyedCollection
) As IList(Of HitTriangle)
This language is not supported or no code example is available.
public IList<HitTriangle> FindClosestTriangle( 
Segment3D seg
BlockKeyedCollection blocks 
)
This language is not supported or no code example is available.

Parameters

seg
Segment3D

The 3D segment

blocks
BlockKeyedCollection

The Environment's Block collection

Return Value

IList<HitTriangle>

The sorted list of HitTriangles intersecting the provided segment.

.NET Framework

Supported in: 4.8

In this article

Definition