ComputeDistances Constructor

Computes the distance for each point of a FastPointCloud from a number of surfaces.
Public Sub New( _ 
ByVal surfaces As IList(Of Surface), _ 
ByVal fpc As FastPointCloud
)
This language is not supported or no code example is available.
public ComputeDistances( 
IList<Surface> surfaces
FastPointCloud fpc 
)
This language is not supported or no code example is available.

Parameters

surfaces
IList<Surface>

The collection of surfaces

fpc
FastPointCloud

The FastPointCloud.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition