Dynamic Relaxation Clash Plugin

ControlViewModel..::..FillOptimizedPathCollectionWithPoints Method

Fills the optimized path collection with points.

Namespace:  DynamicRelaxationClashVerification.ViewModels
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


private void FillOptimizedPathCollectionWithPoints(
	List<Point3D> newOptimizedPath
)
Private Sub FillOptimizedPathCollectionWithPoints ( _
	newOptimizedPath As List(Of Point3D) _
)
private:
void FillOptimizedPathCollectionWithPoints(
	List<Point3D^>^ newOptimizedPath
)

Parameters

newOptimizedPath
Type: List<(Of <(<'Point3D>)>)>
The new optimized path.