Dynamic Relaxation Clash Plugin

DynamicRelaxationSolver..::..PreviousPath Property

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

Syntax


private List<Point3D> PreviousPath { get; set; }
Private Property PreviousPath As List(Of Point3D)
	Get
	Set
private:
property List<Point3D^>^ PreviousPath {
	List<Point3D^>^ get ();
	void set (List<Point3D^>^ value);
}