Dynamic Relaxation Clash Plugin

ControlViewModel..::..FillPathCollectionWithPoints Method

Fills the path collection with points.

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

Syntax


private void FillPathCollectionWithPoints(
	List<Point3D> newPath
)
Private Sub FillPathCollectionWithPoints ( _
	newPath As List(Of Point3D) _
)
private:
void FillPathCollectionWithPoints(
	List<Point3D^>^ newPath
)

Parameters

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